Skip to content

Instantly share code, notes, and snippets.

@paulproteus
Last active July 20, 2020 23:20
Show Gist options
  • Save paulproteus/e840fae96939108256eba0c0f02a7697 to your computer and use it in GitHub Desktop.
Save paulproteus/e840fae96939108256eba0c0f02a7697 to your computer and use it in GitHub Desktop.
macOS setup
  • homebrew -- install via https://brew.sh/ , skip if multi-user
  • Hammerspoon ShiftIt - if multi-user, use other user's Hammerspoon but add the shiftit spoon
hs.loadSpoon("ShiftIt")
spoon.ShiftIt:bindHotkeys({
  left = {{ 'cmd' }, 'left' },
  right = {{ 'cmd' }, 'right' },
  maximum = {{ 'cmd' }, 'up' }
})
  • Visit Touchpad settings; leave Natural scrolling enabled I guess; uncheck nearly everything in Touchpad settings, especially gestures and Force Click; set secondary click to bottom-right corner
  • Set Chrome default zoom to 75% probably
  • Remove Ask Siri from touch bar via "Keyboard" -> "Customize Control Strip" -> drag Ask Siri to trash
  • Rearrange dock stuff and put stuff into always show, but it'd be nice to always have an order.
  • Find dock order & note it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment