From b41b56a5de259e678ab20b6486cad6165e2e6ad6 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 6 Dec 2020 14:51:32 +0100 Subject: [PATCH] New location for cache dir --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7906265..219b080 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 ~/.cache ~/.config/git ~/.config/local ~/.config/zsh +mkdir -p ~/config/_cache ~/.config/git ~/.config/local ~/.config/zsh ## neovim ln -sf ~/.dotfiles/nvim ~/.config/