/dotfiles

Primary LanguageVim script


brew install vim

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

vim

:PlugInstall

brew install tmux