Skip to content

Instantly share code, notes, and snippets.

@rbrigby
Last active February 20, 2023 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbrigby/9194a24434649a7bb57cae6fe5e9b571 to your computer and use it in GitHub Desktop.
Save rbrigby/9194a24434649a7bb57cae6fe5e9b571 to your computer and use it in GitHub Desktop.
Setup a new M1 Max MacBook

M1 Max Config

Apparently github does not allow you to pop tabs. So just Right click and open tab in new tab

Important Links

Mac Prefs

  • install MacOS 13 Ventura
  • add 3 fingerprints (both index and right middle finger)
  • login to company SSO
  • extend screensaver timeout
  • configure tap to click in Mac preferences
  • enable key repeat on Mac and VSCode

Mac Store Apps

MS Apps

Non Store Apps

Other Apps for consideration

Tooling

  • install homebrew from terminal copy/paste from brew.sh
    • brew install nvm
  • generate ssh key
    • ssh-keygen -t rsa -b 4096 -C "ryan.rigby@carruslearn.com"
  • add ssh key to bitbucket
  • use VSCode and CMD+SHIFT+P (command palette)
    • find install code command in PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment