update install.sh now the script updates the submodules and copies over the oh-my-zsh repo
Prithu Goswami prithugoswami524@gmail.com
Sat, 24 Mar 2018 19:48:27 +0530
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
install.sh
→
install.sh
@@ -13,6 +13,9 @@
# Updateing the submodules in the git repo git submodule update +# copying the oh-my-zsh repo to the home dir +cp -r ./oh-my-zsh ~/.oh-my-zsh + # create dotfiles_old in homedir echo "Creating $olddir for backup of any existing dotfiles in ~" mkdir -p $olddir