0
0
Просмотр исходного кода

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 месяцев назад
Родитель
Сommit
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 "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