This is a collection of default settings such as colour schemes, settings, and command line utilities which makes working with my Mac a bit easier.
- Install Brew.
- Install packages with
brew install $(cat brews.txt)
. - Install
brew tap caskroom/fonts
. - Install apps with
brew install $(cat casks.txt)
.
- Open Terminal.app, and open Preferences.
- Go to General, add
/usr/local/bin/bash
toCommand
. - Go to Profiles, import and select the colour scheme.
- Copy the colour scheme to
~/Library/Application Support/BBEdit/Color Schemes/
- Open BBEdit.app, and open Preferences
- Go to Text Colors, select the colour scheme.
- Make a copy of your file
~/.bash_profile
if there is anything you need to save for later. - Add the file
.bash_profile
at~
. - Restart your terminals.