all repos — dotfiles @ e0b643d8560125f685faa67362b5398c1fbb8cd9

linux dotfiles

Update install.sh
Prithu Goswami prithugoswami524@gmail.com
Sun, 01 Apr 2018 12:47:53 +0530
commit

e0b643d8560125f685faa67362b5398c1fbb8cd9

parent

f423698bd2dcc41e4079f4e991127f1ed9ce1af5

2 files changed, 1 insertions(+), 5 deletions(-)

jump to
M .gitmodules.gitmodules

@@ -1,3 +1,3 @@

[submodule "oh-my-zsh"] - path = oh-my-zsh + path = .oh-my-zsh url = https://github.com/robbyrussell/oh-my-zsh
M install.shinstall.sh

@@ -10,10 +10,6 @@

########## -# Updateing the submodules in the git repo -git submodule init -git submodule update - # create dotfiles_old in homedir echo "Creating $olddir for backup of any existing dotfiles in ~"