Files
dotfiles/install.sh

8 lines
173 B
Bash
Executable File

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