Neovim + XDG setup.
This commit is contained in:
parent
cce762f14f
commit
8f729d474b
@ -24,8 +24,9 @@ ln -sf ~/.dotfiles/tmux ~/.config/
|
|||||||
|
|
||||||
## zsh
|
## zsh
|
||||||
echo "skip_global_compinit=1" > ~/.zshenv
|
echo "skip_global_compinit=1" > ~/.zshenv
|
||||||
|
echo "export ZDOTDIR=~/.config/zsh" >> ~/.zshenv
|
||||||
mkdir -p ~/.cache/zsh ~/.config/zsh/plugins ~/.config/zsh/themes
|
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-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
|
||||||
ln -sf ~/.dotfiles/zsh/zshrc ~/.zshrc
|
ln -sf ~/.dotfiles/zsh/zshrc ~/.config/zsh/.zshrc
|
||||||
|
Loading…
Reference in New Issue
Block a user