- Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install Sublime Text
- See
sublime/README.md
- See
./install
- Open Rectangle and Maccy
- Add Maccy and noTunes to Login Items
To include any updates from upstream, make sure to add the upstream repo to git remotes. Then to update with upstream changes, run
git fetch <upstream>
git rebase <upstream>/master