all repos — dotfiles @ c93f599362ded8028296c647b7432c10ad6f9824

linux dotfiles

corrected git command in install.sh
Prithu Goswami prithugoswami524@gmail.com
Sat, 24 Mar 2018 20:06:56 +0530
commit

c93f599362ded8028296c647b7432c10ad6f9824

parent

5cb55988533f03dccb2c27a376bbd1a32f4f4114

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

jump to
M install.shinstall.sh

@@ -11,7 +11,7 @@ ##########

# Updateing the submodules in the git repo -git submodule update +git submodule init oh-my-zsh # copying the oh-my-zsh repo to the home dir cp -r ./oh-my-zsh ~/.oh-my-zsh