Files
dotfiles/install.sh
2016-09-25 23:12:51 -04:00

7 lines
214 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" --exclude "bin/" -avhE --no-perms . ~;