Move install script to bin
This commit is contained in:
7
bin/install.sh
Executable file
7
bin/install.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
git pull origin master;
|
||||
git submodule sync;
|
||||
git submodule update;
|
||||
|
||||
rsync --exclude ".git/" --exclude "install.sh" --exclude ".git*" -avhE --no-perms . ~;
|
||||
|
||||
source ~/.bashrc
|
||||
Reference in New Issue
Block a user