Moved antigen.zsh to .local/bin, updated links

This commit is contained in:
Ismo Vuorinen
2022-12-12 10:44:59 +02:00
parent bab6f7daab
commit 01328498b6
4 changed files with 5 additions and 5 deletions

2057
local/bin/antigen.zsh Executable file

File diff suppressed because it is too large Load Diff

View File

@@ -23,7 +23,7 @@ function section_install
bash "$DOTFILES/scripts/settler.sh" && echo "🎉 Done!"
;;
antigen)
curl -L git.io/antigen > "$DOTFILES/config/antigen.zsh" && echo "🎉 Done!"
curl -L git.io/antigen > "$DOTFILES/local/bin/antigen.zsh" && echo "🎉 Done!"
;;
defaults)
bash "$DOTFILES/scripts/set-defaults.sh" && echo "🎉 Done!"
@@ -105,7 +105,7 @@ function section_dotfiles
--space-redirects \
--func-next-line \
"$DOTFILES" \
"$DOTFILES/local/bin/dotfiles" \
"$DOTFILES/local/bin/dfm" \
"$DOTFILES/local/bin/x-check-git-attributes" \
"$DOTFILES/local/bin/x-open-ports" \
"$DOTFILES/config/alias" \