|
|
@@ -4,8 +4,6 @@ tap "homebrew/bundle"
|
|
|
tap "homebrew/services"
|
|
|
tap "koekeishiya/formulae"
|
|
|
tap "waydabber/betterdisplay"
|
|
|
-# Library for command-line editing
|
|
|
-brew "readline"
|
|
|
# AWS Cloud Development Kit - framework for defining AWS infra as code
|
|
|
brew "aws-cdk"
|
|
|
# Pyright fork with various improvements and built-in pylance features
|
|
|
@@ -22,6 +20,8 @@ brew "cmark"
|
|
|
brew "coreutils"
|
|
|
# Apjanke's fork of the classic cowsay project
|
|
|
brew "cowsay"
|
|
|
+# Library for command-line editing
|
|
|
+brew "readline"
|
|
|
# Secure runtime for JavaScript and TypeScript
|
|
|
brew "deno"
|
|
|
# Pack, ship and run any application as a lightweight container
|
|
|
@@ -40,6 +40,8 @@ brew "ffmpeg"
|
|
|
brew "firefoxpwa"
|
|
|
# Infamous electronic fortune-cookie generator
|
|
|
brew "fortune"
|
|
|
+# Monitor a directory for changes and run a shell command
|
|
|
+brew "fswatch"
|
|
|
# Command-line fuzzy finder written in Go
|
|
|
brew "fzf"
|
|
|
# Interact with Google Gemini AI models from the command-line
|
|
|
@@ -96,6 +98,8 @@ brew "neovim"
|
|
|
brew "ninja"
|
|
|
# Create, run, and share large language models (LLMs)
|
|
|
brew "ollama", restart_service: :changed
|
|
|
+# Shell command parallelization utility
|
|
|
+brew "parallel"
|
|
|
# CLI for Postgres with auto-completion and syntax highlighting
|
|
|
brew "pgcli"
|
|
|
# PostgreSQL syntax beautifier
|