all repos — dotfiles @ 5cb55988533f03dccb2c27a376bbd1a32f4f4114

linux dotfiles

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
commit

5cb55988533f03dccb2c27a376bbd1a32f4f4114

parent

a8f8d38fad817289a7803da843b69377fb0c8ccc

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M install.shinstall.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