git clone -r https://github.com/mstabrin/dotfiles
cd dotfilesor if -r is not provided:
git clone https://github.com/mstabrin/dotfiles
cd dotfiles
git submodule init
git submodule updateAssuming one is inside the dotfiles directory
bash ./install.shAssuming one is inside the dotfiles directory
echo "export DOTFILES=$(realpath .)" >> ${HOME}/.bashrc
echo "alias vim='vim -u "'${DOTFILES}'"/vimrc'" >> ${HOME}/.bashrc
source ${HOME}/.bashrc
vim +PluginInstall +qall