From 8f729d474b676a01b39530d16cd7e322c6624af1 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 22 Oct 2020 17:34:22 +0200 Subject: [PATCH] Neovim + XDG setup. --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a63ba0f..21a78b8 100644 --- a/install.sh +++ b/install.sh @@ -24,8 +24,9 @@ ln -sf ~/.dotfiles/tmux ~/.config/ ## zsh echo "skip_global_compinit=1" > ~/.zshenv +echo "export ZDOTDIR=~/.config/zsh" >> ~/.zshenv mkdir -p ~/.cache/zsh ~/.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 -ln -sf ~/.dotfiles/zsh/zshrc ~/.zshrc +ln -sf ~/.dotfiles/zsh/zshrc ~/.config/zsh/.zshrc