diff options
Diffstat (limited to 'sync.sh')
| -rwxr-xr-x | sync.sh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 . |
