Files
dotfiles/install.sh
2016-02-25 14:50:56 -05:00

7 lines
197 B
Bash
Executable File

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