瀏覽代碼

fix(brew): include `readline`

I mean, it was already included, but for some reason `brew dump`
_really_ wants it elsewhese in the `Brewfile`. Go figure.
Joe 8 月之前
父節點
當前提交
ef3e940b48
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .config/brew/Brewfile

+ 2 - 2
.config/brew/Brewfile

@@ -4,6 +4,8 @@ tap "homebrew/bundle"
 tap "homebrew/services"
 tap "homebrew/services"
 tap "koekeishiya/formulae"
 tap "koekeishiya/formulae"
 tap "waydabber/betterdisplay"
 tap "waydabber/betterdisplay"
+# Library for command-line editing
+brew "readline"
 # AI pair programming in your terminal
 # AI pair programming in your terminal
 brew "aider"
 brew "aider"
 # AWS Cloud Development Kit - framework for defining AWS infra as code
 # AWS Cloud Development Kit - framework for defining AWS infra as code
@@ -22,8 +24,6 @@ brew "cmark"
 brew "coreutils"
 brew "coreutils"
 # Apjanke's fork of the classic cowsay project
 # Apjanke's fork of the classic cowsay project
 brew "cowsay"
 brew "cowsay"
-# Library for command-line editing
-brew "readline"
 # Secure runtime for JavaScript and TypeScript
 # Secure runtime for JavaScript and TypeScript
 brew "deno"
 brew "deno"
 # Pack, ship and run any application as a lightweight container
 # Pack, ship and run any application as a lightweight container