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
+10
View File
@@ -0,0 +1,10 @@
# ------------------------------------------------------
# install zsh and zinit
# ------------------------------------------------------
packagesPacman=(
"zsh"
);
packagesYay=(
"zinit"
);
source .install/install-packages.sh