Skip to content

Instantly share code, notes, and snippets.

@jericson
Last active June 12, 2021 16:26
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 jericson/16f4cc5045dde50c3263064eae339686 to your computer and use it in GitHub Desktop.
Save jericson/16f4cc5045dde50c3263064eae339686 to your computer and use it in GitHub Desktop.
My instructions for setting up a new Mac
  1. Settings => Mouse => uncheck “Scroll direction: Natural” (Whatever, jerks.)
  2. Settings => Trackpad => Secondary click => Click in bottom right corner
  3. Settings => Keyboard => check “Use F1, F2, etc. keys as standard function keys” (No longer necessary?)
  4. Settings => Keyboard => Modifier Keys… => Caps Lock to Control [Repeat for each keyboard] (Uuuuuuugh)
  5. Settings => Keyboard => Touch Bar shows => F1, F2, etc. Keys [For MacBook Pros with the Touch Bar]
  6. Settings => Sound => Output => Headset
  7. Settings => Sound => Input => Headset
  8. Settings => Date & Time => Clock => check Use a 24-hour clock and Show date
  9. Dock => right click [icon] => [skip for Siri] Options => “Remove from Dock” [Repeat for each unused application]
  10. Safari => Chrome => Download Now
  11. Chrome => login with Gmail account [Add to Dock]
  12. Download Dropbox
  13. Download 1Password
  14. Configure 1Password to us Dropbox (Might need to wait for the vault to finish syncing first.)
  15. Download Home Brew
  16. Cache your GitHub password in Git
  17. Install Emacs: brew install --cask emacs (Maybe not working? Try https://emacsformacosx.com instead)
  18. Launchpad => Other => Terminal [Add to Dock]
  19. Launchpad => Other => Activity Monitor [Add to Dock]
  20. Rightclick Activity Monitor => Dock Icon => Show CPU History
  21. Settings => Dock => uncheck Animate opening applications and check Minimize windows into application icon
  22. Drag icons to expected location in Dock
  23. Fix paste behavior
  24. Install rbenv: brew install rbenv
  25. Get instructions for installing rbenv: rbenv init
  26. Install Ruby: rbenv install 2.7.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment