- apps
- setup SST3
- Sublime Text 3
- iTerm
- Transmit
- Sequel Pro
- Node.js
- Yarn
- Homebrew
- 1Password (pull in vault from Dropbox)
- Composer
- Valet (park in wip/)
- Laravel setup
- https://ruigomes.me/blog/perfect-iterm-osx-terminal-installation/
- theme
eastwoodin ~/.zshrc - with 'Oh My ZSh' (imho: a must have) https://github.com/robbyrussell/oh-my-zsh ...
- Open the configuration file: ~/.zshrc
- Add sublime to the plugins:
plugins=(git, sublime)(other recommendations: brew colored-man git osx) - Open your terminal on steroids and type:
st foo.txt - Add in word jumping (ALT + Left Arrow) - https://gist.github.com/waltz/8658549
- show hidden files $
defaults write com.apple.finder AppleShowAllFiles YES
- install MySQL
$
brew install mysql && brew services start mysql - install PHP 7.1
$
brew install php71 - install PHP switcher
$
brew install brew-php-switcher && brew-php-switcher 71 - restart iTerm
- $
eval $(ssh-agent) - $
ssh-addresource for ^^^