diff --git a/install.sh b/install.sh index c69804e..b4f5904 100644 --- a/install.sh +++ b/install.sh @@ -36,7 +36,7 @@ mkdir -p ~/.zsh/plugins ~/.zsh/themes # dependiences git clone https://github.com/zsh-users/zsh-autosuggestions.git ~/.zsh/plugins/zsh-autosuggestions git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/plugins/zsh-syntax-highlighting -git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k +git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/.zsh/themes/powerlevel10k # install ln -sf ~/.dotfiles/zsh/zshrc ~/.zshrc ln -sf ~/.dotfiles/zsh/p10k.zsh ~/.p10k.zsh diff --git a/zsh/zshrc b/zsh/zshrc index 705a9f5..fad542a 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -13,7 +13,7 @@ alias ll='ls -lh' source ~/.zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source ~/.zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -source ~/powerlevel10k/powerlevel10k.zsh-theme +source ~/.zsh/themes/powerlevel10k/powerlevel10k.zsh-theme [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh [ -e ~/.zshrc.local ] && source ~/.zshrc.local