Files
dotfiles/install.sh
2015-05-05 11:13:04 -04:00

6 lines
113 B
Bash
Executable File

git pull origin master;
rsync --exclude ".git/" --exclude "install.sh" -avhE --no-perms . ~;
source ~/.bashrc