11 lines
240 B
Bash
11 lines
240 B
Bash
#!/bin/sh
|
|
|
|
rm -rf ~/.local/share/nvim
|
|
rm -rf ~/.cache/nvim
|
|
rm ~/.config/nvim
|
|
|
|
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/.
|