Skip to content

Commit 6cffb70

Browse files
committed
chore: add link script and bump packages
1 parent 23848fc commit 6cffb70

File tree

2 files changed

+27
-18
lines changed

2 files changed

+27
-18
lines changed

mklink.sh

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/usr/bin/env sh
2+
3+
current="$(pwd)"
4+
target=~/.config/nvim
5+
6+
echo "Removing $target"
7+
rm -rf $target
8+
echo "Linking $current to $target"
9+
ln -s $current $target

package-lock.json

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)