- Dropbox
- 1Password
- Chrome
- Alfred
- iTerm
- Sublime
- Postbox
- Quiver
- Slack
- Bartender
- Spectacle
- Tower
- Dash
- Screenhero
-
Oh My Zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" -
Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" -
sublln -s "/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl
brew install zsh-syntax-highlighting
- Get .dotfiles
git clone https://jonahaga@bitbucket.org/jonahaga/dotfiles.git && cd dotfiles- Move custom zsh theme to folder
cp avit-custom.zsh-theme ~/.oh-my-zsh/themes/- Use custom
.zshrcand.gitconfig
cp .zshrc ~/
cp .gitconfig ~/- Move Consolas font to System font directory
unzip Consolas.ttf.zip -d /Library/Fonts/
-
Use custom Sublime preferences
-
Open Sublime and install Package Control
-
Move
*.sublime-settings,*.sublime-snippet,*.sublime-keymapfiles to Sublime user folder
```bash
for f in *.sublime-*; do cp $f ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/; done
```
- Uncheck
Preferences > Appearance > Show per-pane title bar with split panes - Load custom colors via
iTerm > Preferences > Profiles > Colors > Color Presets > Import - In
Preferences > Profiles > Keys, select "+Esc" from "Left option key acts as"
-
Remap Caps Lock to Esc (Only for MacBook Pro with Touch Bar. Other computers will need Karabiner Elements)
System Preferences > Keyboard > Modifier Keys -
Allow key repeats
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false -
Show .dotfiles in Finder
defaults write com.apple.finder AppleShowAllFiles YES -
Control dialog windows with keyboard
- In
System Preferences > Keyboard > Shortcuts, select "All controls" under "Full keyboard access ..."
- In
-
Do not warn before emptying the trash
- In
Finder > Preferences, uncheck "Show warning before emptying the trash"
- In