mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Add script for updating zsh plugins
This commit is contained in:
parent
48b27d9753
commit
73cac240e6
1 changed files with 11 additions and 0 deletions
11
.config/zsh/update.sh
Executable file
11
.config/zsh/update.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/zsh -e
|
||||
|
||||
if command -v antibody &>/dev/null; then
|
||||
echo Updating plugins...
|
||||
antibody update
|
||||
else
|
||||
echo antibody is missing >&2
|
||||
fi
|
||||
|
||||
echo
|
||||
echo Done.
|
||||
Loading…
Add table
Add a link
Reference in a new issue