mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-08-10 08:09:35 +00:00
chore: add stow to pkgs, ignore fish_variables, fix .gitconfig format
This commit is contained in:
parent
fd32e1431c
commit
341cdd5b9e
3 changed files with 41 additions and 39 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
.aider*
|
.aider*
|
||||||
|
fish_variables
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue