- Adjust trackpad settings to my liking (Preferences > Trackpad)
- Remap
caps-locktocontrol(Preferences > Keyboard > Modifier Keys... button)
- XCode and command line tools
xcode-select --install(after XCode is installed)
- Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- iTerm2
brew cask install iterm2- Preferences > General > Closing: Uncheck all
- Close Terminal, open iTerm2
- Zsh
brew install zsh zsh-completions
- Oh-My-Zsh
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
- Tmux
brew install tmux- iTerm2: Preferences > Profiles > General > Command > Send text at start:
tmux -2 mkdir -p ~/.tmux/pluginsgcl https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm- Restart iTerm
tmux source-file ~/.tmux.confCtrl-b Ito install the tmux plugins
- GitHub
ssh-keygen -t rsa -b 4096 -C "[email protected]"/Users/don/.ssh/github_rsassh-add ~/.ssh/github_rsabrew install Caskroom/cask/xquartz homebrew/x11/xclipxclip -sel clip < ~/.ssh/github_rsa.pub- Then paste into new SSH key at https://github.com/settings/keys
- Dotfiles
mkdir -p ~/projects ~/reposcd ~/projectsgcl [email protected]:locksmithdon/dotfiles.gitdotfiles/link
- Python
brew install pythonpip install --upgrade setuptoolspip install --upgrade pipbrew install pyenvbrew install pyenv-virtualenv
- Node.js
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash- Restart iTerm2
nvm install 5nvm install 4nvm alias default 4
- Ruby
brew install ruby-installbrew install chrubyruby-install ruby 2.2.3
- Java
brew cask install java
- Vim
brew install vim neovim/neovim/neovim(considering nvim)gcl https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vimvim +PluginInstall +qall~/.vim/bundle/YouCompleteMe/install.sh
- Powerline
pip install powerline-statusgcl https://github.com/powerline/fonts.git ~/repos/powerline-fonts~/repos/powerline-fonts/install.sh
- iTerm2: Preferences > Profiles > Text > Fonts > 14pt Sauce Code Powerline
- Chrome
brew cask install google-chrome
- Firefox
brew cask install firefox
- Alfred
brew cask install alfred