|
|
@@ -4,6 +4,8 @@ tap "homebrew/bundle"
|
|
|
tap "homebrew/services"
|
|
|
tap "koekeishiya/formulae"
|
|
|
tap "waydabber/betterdisplay"
|
|
|
+# Library for command-line editing
|
|
|
+brew "readline"
|
|
|
# AI pair programming in your terminal
|
|
|
brew "aider"
|
|
|
# AWS Cloud Development Kit - framework for defining AWS infra as code
|
|
|
@@ -22,8 +24,6 @@ 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
|