From e1b0a35e04546333634c3ceb6ed84cb21ef90c38 Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Tue, 4 Jan 2022 10:04:47 +0100 Subject: Initial commit --- sync.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 sync.sh (limited to 'sync.sh') 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 . -- cgit v1.2.3