Skip to content

Commit d7f16af

Browse files
committed
Add misc/ai
1 parent 1d2764b commit d7f16af

File tree

5 files changed

+26
-4
lines changed

5 files changed

+26
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dotty editor/emacs editor/editorconfig editor/vscode
6464
# Development
6565
dotty dev/cc dev/go dev/node dev/python dev/java
6666
# Misc
67-
dotty misc/apps misc/docker misc/aws misc/cspell misc/unison
67+
dotty misc/apps misc/ai misc/docker misc/aws misc/cspell misc/unison
6868

6969
# (OPTIONAL) private apps. Do not install on company machines.
7070
# dotty misc/private

misc/ai/LICENSE_INVENTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# License inventory
2+
3+
| license | packages |
4+
| ------------------ | -------- |
5+
| Apache License 2.0 | aider |

misc/ai/_init

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#!/usr/bin/env zsh
2+
source ${0:A:h}/../../deploy
3+
4+
install() {
5+
brew install aider
6+
}
7+
8+
# update() {}
9+
10+
link() {
11+
mklink $DOTTY_CONFIG_HOME/misc/ai/config/aider.conf.yml ~/.aider.conf.yml
12+
}
13+
14+
clean() {
15+
rm -f ~/.aider.conf.yml
16+
}
17+
18+
init "$@"

misc/apps/_init

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

1110
case $(_os) in
1211
macos)

0 commit comments

Comments
 (0)