mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-25 13:57:24 +00:00
Moved antigen.zsh to .local/bin, updated links
This commit is contained in:
2057
local/bin/antigen.zsh
Executable file
2057
local/bin/antigen.zsh
Executable file
File diff suppressed because it is too large
Load Diff
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user