2 Commits
Author SHA1 Message Date
wyj ce02d5357b fix: fix 2024-06-07 04:14:05 -04:00
wyj 113c023b3c fix: fix 2024-06-07 04:08:43 -04:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -14,6 +14,6 @@ if [[ "${zsh_manager}" == *"oh my zsh"* ]]; then
else else
packagesYay=("zinit"); packagesYay=("zinit");
source .install/install-packages.sh source .install/install-packages.sh
_installSymLink zshrc ~/.zshrc ~/dotfiles/.zshrc_zinit ~ _installSymLink zshrc ~/.zshrc ~/dotfiles/.zshrc_zinit ~/.zshrc
fi fi
_installSymLink p10k ~/.p10k.zsh ~/dotfiles/.p10k.zsh ~ _installSymLink p10k ~/.p10k.zsh ~/dotfiles/.p10k.zsh ~/.zshrc
+1 -1
View File
@@ -13,7 +13,7 @@ if [ -z "${zshfish}" ] ;then
else else
echo "Please select your default shell." echo "Please select your default shell."
echo echo
shell=$(echo "bash\n$zshfish" | gum choose --limit=1 -cursor-prefix "( ) " --selected-prefix "(x) " --unselected-prefix "( ) ") shell=$(echo "bash\n$zshfish" | gum choose --limit=1 --cursor-prefix "( ) " --selected-prefix "(x) " --unselected-prefix "( ) ")
sudo chsh -s $(which $shell) $(whoami) sudo chsh -s $(which $shell) $(whoami)
if [[ $zshfish == *"zsh"* ]]; then if [[ $zshfish == *"zsh"* ]]; then
echo ":: zsh selected" echo ":: zsh selected"