added submodule setup to setup.sh

This commit is contained in:
Caleb Young 2021-08-07 11:53:23 -07:00
parent dbdf8e9d66
commit 3f0ccd5ede

View File

@ -10,3 +10,6 @@ mv ~/.vim ~/.vim_old
ln -s ~/.dotfiles/vimrc ~/.vimrc ln -s ~/.dotfiles/vimrc ~/.vimrc
ln -s ~/.dotfiles/vim ~/.vim ln -s ~/.dotfiles/vim ~/.vim
ln -s ~/.dotfiles/bashrc ~/.bashrc ln -s ~/.dotfiles/bashrc ~/.bashrc
git submodule init
git submodule update