Skip to content
/ setup Public

Automate the macOS setup for productive React Developer

License

Notifications You must be signed in to change notification settings

flexbox/setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2f14ac3 · Sep 17, 2024

History

51 Commits
Mar 9, 2022
Jan 29, 2019
Nov 25, 2020
Sep 17, 2024
Jan 29, 2019
Nov 23, 2023

Repository files navigation

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

Clone the repo on your machine

gh repo clone flexbox/setup

Automatically install applications from Brewfile

brew bundle

macOS defaults for hackers

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