6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
rm -rf ~/.config/nvim
|
||
|
ln -s $(pwd) ~/.config/nvim
|
||
|
|