feat: complete done zsh install and swith to zinit

This commit is contained in:
wyj
2024-06-07 01:04:42 -04:00
parent a23f49bcaf
commit 16a504966c
7 changed files with 1831 additions and 115 deletions
+16
View File
@@ -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