Skip to content

Commit

Permalink
aider
Browse files Browse the repository at this point in the history
  • Loading branch information
bhipple committed Feb 23, 2025
1 parent 6c78c3d commit 8f29975
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
8 changes: 8 additions & 0 deletions bin/aider
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env zsh
set -euxo pipefail

# This moves fast; get a recent one
aider=$(nix build -Lvf ~/git/nixpkgs --no-link --print-out-paths aider-chat)

export OLLAMA_API_BASE=http://127.0.0.1:11434
$aider/bin/aider --no-gitignore --model ollama_chat/deepseek-r1:32b
4 changes: 0 additions & 4 deletions install.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@
stderr: true
stdin: true
stdout: true
- command: mk-git-aliases
stderr: true
stdin: true
stdout: true
- command: mk-nvim-projects
stderr: true
stdin: true
Expand Down
4 changes: 2 additions & 2 deletions zsh/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ alias ll='ls -al'
alias lower="tr '[:upper:]' '[:lower:]'"
alias ls='ls --color'
alias mu='mupdf-x11'
alias nb='nix build -Lf .'
alias nbc='nix build -Lf $HOME/git/nix-channel'
alias nb='nix build --print-out-paths -Lf .'
alias nbc='nix build --print-out-paths -Lf $HOME/git/nix-channel'
alias npi='nix path-info -rhsS'
alias rfwifi='nmcli r wifi off && nmcli r wifi on'
alias sc="sudo systemctl"
Expand Down
2 changes: 1 addition & 1 deletion zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if uname -a | grep -q "NixOS"; then
export IS_NIXOS=1
fi

# Never ask to auto-update oh-my-zsh; instead require `zgen update`
# Never ask to auto-update oh-my-zsh; instead require `zgenom update`
export DISABLE_AUTO_UPDATE=true

# Source local config, if any
Expand Down

0 comments on commit 8f29975

Please sign in to comment.