feat: complete done zsh install and swith to zinit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# ------------------------------------------------------
|
||||
# install zsh and zinit
|
||||
# ------------------------------------------------------
|
||||
packagesPacman=(
|
||||
"zsh"
|
||||
);
|
||||
packagesYay=(
|
||||
"zinit"
|
||||
);
|
||||
source .install/install-packages.sh
|
||||
Reference in New Issue
Block a user