/config

My configuration files

Primary LanguagePython

Configuration files

Installation

  1. Install Homebrew
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  2. Install Sublime Text
    1. See sublime/README.md
  3. ./install
  4. Open Rectangle and Maccy
  5. Add Maccy and noTunes to Login Items

Updates

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