a repo of Mart's various configs
git clone git@github.com:MartMcMahon/dotfiles.gitthen copy what you need to ~
cp .zshrc ~
cp .vimrc ~you'll need vim-plug for installing the plugins in the most easy way
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vimcurl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vimstart vim and install those bad boys!
:PlugInstallall done!
sux 2 suck