Custom dev/new mac environment.
A nice looking iTerm setup with zsh and autosuggestions.
Install oh-my-zsh.
Get the iTerm2 nightly build
Set theme to minimal.
Configure minimal tab style.
Install autosuggestions
Copy .zshrc
to ~/.zshrc
Tab bar height: 38
Oh-my-zsh theme: avit
Powerline Font: Menlo
Copy the vim files into ~/
:
~/.vimrc
~/.vim/colors
~/.vim/autoload
defaults write -g InitialKeyRepeat -int 10
# normal minimum is 15 (225 ms)
defaults write -g KeyRepeat -int 1
# normal minimum is 2 (30 ms)
brew install tree
Hidden Files
defaults write com.apple.finder AppleShowAllFiles YES
git config --global user.name "username"
git config --global user.email name@example.com
Generate SSH and GPG keys.