From a91fc58577f0ae90be9e81e8b57fcc1f22ceb578 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 6 Dec 2020 15:15:01 +0100 Subject: [PATCH] New location of cache dir --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index aab8e8b..bffc2d8 100644 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ # cleaning rm -rf ~/.bash* ~/.profile rm -rf ~/.dotfiles -rm -rf ~/.config/fd ~/.config/git/ignore ~/.config/nvim ~/.config/tmux ~/.config/vim ~/.config/zsh ~/.local +rm -rf ~/.cache ~/.config/fd ~/.config/git/ignore ~/.config/nvim ~/.config/tmux ~/.config/vim ~/.config/zsh ~/.local ~/.zshenv rm -rf ~/.fdignore ~/.fzf.bash ~/.fzf.zsh ~/.gitconfig ~/.gitignore ~/.history ~/.tmux.conf ~/.vim* ~/.zcomp* ~/.zsh* # repo + preparations