All My Dot Files
Pull the repo and in the setup directory there is dotfileInstall which will set up the dotfiles for zshrc, tmux.conf, and vimrc. Make the file executable and run it, and there ya go.
The other file is ubuntuSetup. This installs some of the things that I get tired of remembering if they come preinstalled or not. Now they will...kinda...Same thing though, make the file executable and run it.
I am using the development branch of Antigen -Install directions can be found at https://github.com/zsh-users/antigen. Make sure to make the dir /dotfiles/zsh/ where the file will be copied to.
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
Eventually I'll make a separate script to run on a mac.
Make sure to install homebrew, run (for further questions consult their site):
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
to install and run sshpass you need to run:
brew install https://raw.githubusercontent.com/kadwanev/bigboybrew/master/Library/Formula/sshpass.rb
for vimrc, make sure vim-plug is installed correctly or it will brick vim.
for YouCompleteMe if the server doesn't respond do the following: apt-get install python3-dev cmake