Skip to content

markruler/settings

Repository files navigation

Settings

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