local.zsh location change

This commit is contained in:
Bartek Stalewski 2020-10-20 15:33:33 +02:00
parent 66d716c724
commit 0756ca4571
2 changed files with 2 additions and 3 deletions

View File

@ -37,7 +37,7 @@ ln -sf ~/.dotfiles/conf/tmux.conf ~/.tmux.conf
## zsh
# cleaning
rm -rf ~/.zsh ~/.zshrc ~/.zsh_history ~/.zsh_sessions ~/.zcompdump* ~/.config/zsh*
rm -rf ~/.zsh* ~/.zcompdump* ~/.config/zsh/
mkdir -p ~/.config/zsh/caches ~/.config/zsh/plugins ~/.config/zsh/themes
# dependiences
git clone https://github.com/zsh-users/zsh-autosuggestions.git ~/.config/zsh/plugins/zsh-autosuggestions
@ -45,4 +45,3 @@ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.config/zsh
git clone https://github.com/romkatv/powerlevel10k.git ~/.config/zsh/themes/powerlevel10k
# installing
ln -sf ~/.dotfiles/zsh/zshrc ~/.zshrc
touch ~/.zshrc.local

View File

@ -25,4 +25,4 @@ source ~/.config/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source ~/.config/zsh/themes/powerlevel10k/powerlevel10k.zsh-theme
source ~/.dotfiles/zsh/p10k.zsh
[ -e ~/.zshrc.local ] && source ~/.zshrc.local
[ -e ~/.config/zsh/local.zsh ] && source ~/.config/zsh/local.zsh