dotfiles/nvim/install.sh

11 lines
240 B
Bash
Raw Normal View History

2022-07-01 11:47:23 +02:00
#!/bin/sh
rm -rf ~/.local/share/nvim
rm -rf ~/.cache/nvim
rm ~/.config/nvim
2022-07-01 11:47:23 +02:00
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
ln -s $HOME/dotfiles/nvim $HOME/.config/.