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