An automated install for new macs
- Open App Store and Download Xcode
-
xcode-select --install
-
sudo xcodebuild -license
Follow the macOS setup guide from lewagon
Clone the repo on your machine
gh repo clone flexbox/setup
Automatically install applications from Brewfile
brew bundle
Update .zshrc
# ~/.zshrc
# You can change the theme with another one:
# https://github.com/robbyrussell/oh-my-zsh/wiki/themes
ZSH_THEME="refined"
# Useful plugins for Rails development with Sublime Text
plugins=(git gitfast common-aliases sublime zsh-syntax-highlighting history-substring-search zsh-autosuggestions)
bash ./.macos