flexbox setup
An automated install for new macs
Install Xcode
- Open App Store and Download Xcode
-
xcode-select --install -
sudo xcodebuild -license
Ruby and GitHub setup
Follow the macOS setup guide from lewagon
Install applications from the internet
Automatically install applications from Brewfile
brew bundleCheck the result with echo $ANDROID_HOME
macOS defaults for hackers
Update .zshrc
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions`# ~/.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 ./.macosMigrate divyy
cp ./divvy/com.mizage.Divvy.plist ~/Library/Preferences/
