dotfiles/nvim/install.sh
2022-07-01 11:47:23 +02:00

9 lines
220 B
Bash

#!/bin/sh
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.cache/nvim
git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1 ; nvim
ln -s $HOME/dotfiles/nvim/custom $HOME/.config/nvim/lua/custom