aboutsummaryrefslogtreecommitdiff
path: root/sync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sync.sh')
-rwxr-xr-xsync.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/sync.sh b/sync.sh
new file mode 100755
index 0000000..0f4b271
--- /dev/null
+++ b/sync.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+NVIM_DIR=~/.config/nvim
+
+rm -r $NVIM_DIR
+mkdir -p $NVIM_DIR
+stow --no-folding --ignore="LICENCE|README.md|sync.sh" -t $NVIM_DIR .