Fixed wrong argument in deploy
This commit is contained in:
parent
b9984121c8
commit
49ce904902
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "Syncing user with nvim..."
|
echo "Syncing user with nvim..."
|
||||||
rsync --deploy --recursive $(dirname "$0")/nvim/ ~/.config/nvim
|
rsync --delete --recursive $(dirname "$0")/nvim/ ~/.config/nvim
|
||||||
|
|
||||||
echo "Syncing user with tmux..."
|
echo "Syncing user with tmux..."
|
||||||
echo " Note: prefix + I for tmux setup"
|
echo " Note: prefix + I for tmux setup"
|
||||||
|
Loading…
Reference in New Issue
Block a user