macOS setup for web dev
This is a simple, reliable and safe script to:
To install everything, run this line in your terminal:
sh -c "`curl -fsSL https://raw.githubusercontent.com/pburtchaell/os/master/install.sh`"
This will clone the repo from GitHub and run the script.
First things first. The script will install Homebrew, a useful package manager for macOS. Later on, Homebrew will be used to install Zsh, Node and other development tools.
Second, your shell will be configured to use Zsh. macOS ships with Zsh, but it’s outdated and not tied to Homebrew. By reinstalling Zsh with Homebrew, you’ll get the latest version. Oh My Zsh, a framework for customizing Zsh, will also be installed.
Third, Homebrew will install the latest version of Node.js.
You can also opt-in to install:
Fourth, the script changes macOS system preferences for more productive design & development work on your Mac. See the macos/setup.sh script for a complete list of changes!
Hyper, customized with the Atom One Dark theme, is my terminal. It’s fast, customizable and looks great. I like that I can use the same theme (Atom One Dark) in both Hyper and Visual Studio Code. There’s two plugins I recommend:
Visual Studio Code, again with the Atom One Dark theme theme, is the terminal I use for my web development work.
Quokka.js is a nice scratchpad for iterating through ideas in Visual Studio Code, but I also like using the Framer X code playground.