chore: add stow to pkgs, ignore fish_variables, fix .gitconfig format

This commit is contained in:
mitchell 2026-06-18 19:35:10 -04:00
parent fd32e1431c
commit 341cdd5b9e
3 changed files with 41 additions and 39 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
.aider* .aider*
fish_variables

View file

@ -22,7 +22,8 @@ set -l base_pkgs \
tree-sitter-cli \ tree-sitter-cli \
nodejs \ nodejs \
zoxide \ zoxide \
git-delta git-delta \
stow
set -l mac_pkgs \ set -l mac_pkgs \
$base_pkgs \ $base_pkgs \