Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.33 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.33 KB

dotfiles

All My Dot Files

How do I Install?

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.

Antigen Install

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.

Important Repos to install

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

This is for my mac stuff

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