/dotfiles

my Dotfiles

Primary LanguageShell

dotfiles

my dotfiles (heavilly influenced by Braintree's dotfiles)

Tasks to do Before Cloning this Repo

  • Open System Preferences and turn off natural scrolling
  • Install 1Password
  • Generate a new SSH Key for Github
  • Install homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • When done, run: eval "$(/opt/homebrew/bin/brew shellenv)"

Setting Up Dotfiles

  • Clone down this repo: git clone git@github.com:crookedneighbor/dotfiles.git
  • Enter the dotfiles directory and Run make to install any other software needed and set up the dotfiles
  • Open iTerm and run vim to complete the vim setup. You'll see an error about the color scheme onedark being missing, but don't worry, it's in the process of being installed.

Additional Tasks when running on a personal computer

If you plan to use your Arturia Midi Controller, you'll have to log in and activate the software license for your computer (and remove any previous computers you no longer have access to).

Additional Tasks when running on a work computer

  • create a ~/.gitconfig_local file with the name/email for your workplace so that default commits from your work computer use your work email instead of your personal email:
[user]
  name = Blade Barringer
  email = blade@your-workplace.com