Files
dotfiles/install.sh
2015-09-28 00:14:09 -04:00

8 lines
195 B
Bash
Executable File

git pull origin master;
git submodule sync;
git submodule update;
rsync --exclude ".git/" --exclude ".git*" --exclude "install.sh" --exclude "py3status" -avhE --no-perms . ~;
source ~/.bashrc