New location for cache dir
This commit is contained in:
parent
55c59d9b54
commit
d4a82e0538
@ -8,7 +8,7 @@ rm -rf ~/.fdignore ~/.fzf.bash ~/.fzf.zsh ~/.gitconfig ~/.gitignore ~/.history ~
|
|||||||
|
|
||||||
# repo + preparations
|
# repo + preparations
|
||||||
git clone https://github.com/ftpd/dotfiles.git ~/.dotfiles
|
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
|
## neovim
|
||||||
ln -sf ~/.dotfiles/nvim ~/.config/
|
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_CONFIG_HOME=~/.config" >> ~/.zshenv
|
||||||
echo "export XDG_DATA_HOME=~/.cache" >> ~/.zshenv
|
echo "export XDG_DATA_HOME=~/.cache" >> ~/.zshenv
|
||||||
echo "export ZDOTDIR=~/.config/zsh" >> ~/.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-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/zsh-users/zsh-syntax-highlighting.git ~/.config/zsh/plugins/zsh-syntax-highlighting
|
||||||
git clone https://github.com/romkatv/powerlevel10k.git ~/.config/zsh/themes/powerlevel10k
|
git clone https://github.com/romkatv/powerlevel10k.git ~/.config/zsh/themes/powerlevel10k
|
||||||
|
Loading…
Reference in New Issue
Block a user