소스 검색

feat(brew): add `aider`

Joe 8 달 전
부모
커밋
84f337caad
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .config/brew/Brewfile

+ 2 - 0
.config/brew/Brewfile

@@ -4,6 +4,8 @@ tap "homebrew/bundle"
 tap "homebrew/services"
 tap "koekeishiya/formulae"
 tap "waydabber/betterdisplay"
+# AI pair programming in your terminal
+brew "aider"
 # AWS Cloud Development Kit - framework for defining AWS infra as code
 brew "aws-cdk"
 # Pyright fork with various improvements and built-in pylance features