update: add choice between oh my zsh and zinit

This commit is contained in:
wyj
2024-06-07 03:09:21 -04:00
parent 16a504966c
commit 49fd73e67b
4 changed files with 104 additions and 28 deletions
+2 -12
View File
@@ -1,16 +1,6 @@
# ------------------------------------------------------
# install fish
# ------------------------------------------------------
packagesPacman=(
"fish"
);
packagesYay=(
);
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