Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 978 Bytes

README.md

File metadata and controls

50 lines (32 loc) · 978 Bytes

Custom dev/new mac environment.

Zsh-iTerm 2

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 Settings

Tab bar height: 38

Oh-my-zsh theme: avit

Powerline Font: Menlo

Vim

Copy the vim files into ~/: ~/.vimrc ~/.vim/colors ~/.vim/autoload

Key Repeat

defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms)

defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)

Directory Tree

brew install tree

Hidden Files

defaults write com.apple.finder AppleShowAllFiles YES

Git

git config --global user.name "username"
git config --global user.email [email protected]

Generate SSH and GPG keys.