diff --git a/.install/zsh.sh b/.install/zsh.sh index 41dd57c..b45fdd7 100644 --- a/.install/zsh.sh +++ b/.install/zsh.sh @@ -8,12 +8,13 @@ zsh_manager=$(gum choose --limit=1 --cursor-prefix "( ) " --selected-prefix "(x) if [[ "${zsh_manager}" == *"oh my zsh"* ]]; then source .install/install-packages.sh RUNZSH=no CHSH=no sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" - git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions - git clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/fast-syntax-highlighting - _installSymLink zshrc ~/.zshrc ~/dotfiles/.zshrc_ohmyzsh ~/.zshrc + git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k + git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions + git clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/fast-syntax-highlighting + _installSymLink zshrc ~/.zshrc ~/dotfiles/.zshrc_ohmyzsh ~/.zshrc else packagesYay=("zinit"); - source .install/install-packages.sh + source .install/install-packages.sh _installSymLink zshrc ~/.zshrc ~/dotfiles/.zshrc_zinit ~/.zshrc fi _installSymLink p10k ~/.p10k.zsh ~/dotfiles/.p10k.zsh ~/