$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
$ brew install tmux
$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
$ ssh-keygen -t ed25519 -C "your_email@example.com"
$ eval "$(ssh-agent -s)"
$ touch ~/.ssh/config
vim ~/.ssh/config
Host * AddKeysToAgent yes IdentityFile ~/.ssh/id_ed25519
:wq
$ pbcopy < ~/.ssh/id_ed25519.pub
$ git clone git@github.com:carmensea/dotfiles.git
$ ln -s ~/dotfiles/.tmux $ ln -s ~/dotfiles/.tmux.conf $ ln -s ~/dotfiles/.vimrc $ ln -s ~/dotfiles/.zsh_aliases $ ln -s ~/dotfiles/.zsh_profile $ ln -s ~/dotfiles/.zshrc
$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
###install plugins $ vim .vimrc
:PluginInstall