Xcode installed from the App Store (make sure to accept the license agreement):
sudo xcodebuild -license accept
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Clone the dotfiles repo:
git clone https://github.com/josephabrahams/dotfiles.git $HOME/.dotfiles
Install/update most other dependencies:
$HOME/.dotfiles/scripts/install
Install Node.js dependencies:
nvm alias default system
npm -g install eslint
Install PHP dependencies:
composer global install
Install Ruby dependencies:
gem install foreman tmuxinator
-
Profiles Tab:
Colors
→Load Presets...
→base16-default.dark.256
-
Keys Tab:
Key Mappings
+
Keyboard Shortcut:Control+Tab
, Action:Next Tab
+
Keyboard Shortcut:Control+Shift+Tab
, ActionPrevious Tab
Put your customizations in dotfiles appended with .local
:
~/.gitconfig.local
~/.mutt/muttrc.local
~/.vimrc.local
~/.zshrc.local
- Mathias Bynens
- Mike Losh
- Mike Solomon
- Yan Pritzker
- Square
- Thoughtbot
- and many more...