init git submodules, because I never remember to
This commit is contained in:
parent
7d356aad1a
commit
746cf05696
1 changed files with 3 additions and 0 deletions
3
init.sh
3
init.sh
|
@ -35,7 +35,10 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#init vim and plugins
|
#init vim and plugins
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
vim +PluginInstall! +qall
|
vim +PluginInstall! +qall
|
||||||
|
mv ~/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-clvv-SLASH-fasd/fasd ~/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-clvv-SLASH-fasd/fasd.zsh
|
||||||
|
|
||||||
#init git
|
#init git
|
||||||
echo -n "Would you like to configure your git name and email? (y/n) => "; read answer
|
echo -n "Would you like to configure your git name and email? (y/n) => "; read answer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue