my dotfiles (heavilly influenced by Braintree's dotfiles)
- 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)"
- Clone down this repo:
git clone [email protected]:crookedneighbor/dotfiles.git - Enter the dotfiles directory and Run
maketo install any other software needed and set up the dotfiles- CLI Installs:
- App Installs:
- In addition, a confirm prompt will appear to ask about some optional apps to install:
- Open iTerm and run
vimto complete the vim setup. You'll see an error about the color schemeonedarkbeing missing, but don't worry, it's in the process of being installed.
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).
- create a
~/.gitconfig_localfile 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 = [email protected]