cd ~
git clone https://github.com/KMaragh/dotfiles.git .dotfiles
cd ~/.dotfiles
./update.sh
cd ~/.dotfiles
./setup.sh
git submodule add https://github.com/somerepo/submodule.git vim/pack/plugins/somerepo/submodule
git submodule deinit vim/pack/plugins/somerepo/submodule
git rm vim/pack/shapeshed/start/somerepo/submodule
rm -Rf .git/modules/vim/pack/somerepo/submodule
git commit