git clone -r https://github.com/mstabrin/dotfiles
cd dotfiles
or if -r is not provided:
git clone https://github.com/mstabrin/dotfiles
cd dotfiles
git submodule init
git submodule update
Assuming one is inside the dotfiles directory
bash ./install.sh
Assuming 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