6 lines
72 B
Bash
6 lines
72 B
Bash
#!/bin/sh
|
|
|
|
rm ~/.config/nvim
|
|
|
|
ln -s $HOME/dotfiles/nvim $HOME/.config/.
|