feat: complete done zsh install and swith to zinit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# ------------------------------------------------------
|
||||
# install fish
|
||||
# ------------------------------------------------------
|
||||
packagesPacman=(
|
||||
"fish"
|
||||
);
|
||||
packagesYay=(
|
||||
);
|
||||
source .install/install-packages.sh
|
||||
|
||||
if [ -f ~/dotfiles-versions/$version/.zshrc ]; then
|
||||
_installSymLink zshrc ~/.zshrc ~/dotfiles/.zshrc ~
|
||||
fi
|
||||
if [ -f ~/dotfiles-versions/$version/.p10k.zsh ]; then
|
||||
_installSymLink p10k ~/.p10k.zsh ~/dotfiles/.p10k.zsh ~
|
||||
fi
|
||||
Reference in New Issue
Block a user