# Home directory
git clone [email protected]:markruler/settings.git
yes | cp -r ~/settings/. .git reset --hard HEAD
git pullcurl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim# in vim editor
:source %
:PlugInstall