From d4a82e0538c3d0be96d4ca4a2866efe0f67ec0cd Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 6 Dec 2020 14:58:43 +0100 Subject: [PATCH] New location for cache dir --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index b61aa91..399a206 100644 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ rm -rf ~/.fdignore ~/.fzf.bash ~/.fzf.zsh ~/.gitconfig ~/.gitignore ~/.history ~ # repo + preparations git clone https://github.com/ftpd/dotfiles.git ~/.dotfiles -mkdir -p ~/.config/_cache ~/.config/git ~/.config/local ~/.config/zsh +mkdir -p ~/.config/_cache/zsh ~/.config/git ~/.config/local ~/.config/zsh ## neovim ln -sf ~/.dotfiles/nvim ~/.config/ @@ -28,7 +28,7 @@ echo "skip_global_compinit=1" > ~/.zshenv echo "export XDG_CONFIG_HOME=~/.config" >> ~/.zshenv echo "export XDG_DATA_HOME=~/.cache" >> ~/.zshenv echo "export ZDOTDIR=~/.config/zsh" >> ~/.zshenv -mkdir -p ~/.cache/zsh ~/.config/zsh/plugins ~/.config/zsh/themes +mkdir -p ~/.config/zsh/plugins ~/.config/zsh/themes git clone https://github.com/zsh-users/zsh-autosuggestions.git ~/.config/zsh/plugins/zsh-autosuggestions git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.config/zsh/plugins/zsh-syntax-highlighting git clone https://github.com/romkatv/powerlevel10k.git ~/.config/zsh/themes/powerlevel10k