New location for cache dir

This commit is contained in:
Bartek Stalewski 2020-12-06 14:58:43 +01:00
parent 55c59d9b54
commit d4a82e0538

View File

@ -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