This website requires JavaScript.
Explore
Help
Sign In
alex
/
dotvim
Watch
1
Fork
0
You've already forked dotvim
Code
Releases
Activity
268740c59d
dotvim
/
link.sh
5 lines
81 B
Bash
Raw
Normal View
History
Unescape
Escape
Update scripts
2023-11-04 19:06:27 +00:00
#!/bin/bash -e
Switch to nvim layout
2021-01-18 19:22:48 +00:00
if
[
! -d ~/.config/nvim
]
;
then
ln -s
$PWD
~/.config/nvim
fi
Copy Permalink