dotfiles/install.sh

7 lines
152 B
Bash
Raw Normal View History

2020-08-01 14:15:20 +00:00
#!/usr/bin/env bash
2020-03-28 16:47:54 +00:00
2021-01-11 18:45:23 +00:00
echo "Must run this script inside dotfiles directory"
2020-03-28 16:47:54 +00:00
rsync -vah --delete ./nvim ~/.config/
2020-04-30 14:50:16 +00:00
rsync -vah --delete ./tmux ~/.config/