Skip to content

Commit 3d98594

Browse files
author
Your Name
committed
misc/apps: add aider app
1 parent 28532af commit 3d98594

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

config

misc/apps/LICENSE_INVENTORY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| license | packages |
44
| -------------------------- | ------------------------------- |
55
| MIT | bandwhich, eva, keepingyouawake |
6-
| Apache-2.0 | btop |
6+
| Apache-2.0 | btop, aider |
77
| GPL-2.0 | pandoc, ffmpeg |
88
| GPL-3.0-or-later | iina, blackhole-2ch |
99
| Mozilla Public License 2.0 | ticktick |

misc/apps/_init

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ install() {
55
# bandwhich: network monitor
66
# eva: alternative bc, calculator
77
# btop: better top
8-
brew install prettier pandoc ffmpeg bandwhich eva btop
8+
# aider: AI assistant
9+
brew install prettier pandoc ffmpeg bandwhich eva btop aider
910

1011
case $(_os) in
1112
macos)

0 commit comments

Comments
 (0)