chore: add comment to install.sh
parent
80d8661e41
commit
d8627a675a
|
@ -1,4 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
echo "Must run this script inside dotfiles directory"
|
||||||
|
|
||||||
rsync -vah --delete ./nvim ~/.config/
|
rsync -vah --delete ./nvim ~/.config/
|
||||||
rsync -vah --delete ./tmux ~/.config/
|
rsync -vah --delete ./tmux ~/.config/
|
||||||
|
|
Loading…
Reference in New Issue