Skip to content

Instantly share code, notes, and snippets.

@Krinkle
Forked from ashfurrow/Fresh macOS Setup.md
Created July 20, 2024 17:09
Show Gist options
  • Save Krinkle/9882dce8a324c62fd0289b4b268d2a22 to your computer and use it in GitHub Desktop.
Save Krinkle/9882dce8a324c62fd0289b4b268d2a22 to your computer and use it in GitHub Desktop.
All the stuff I do on a fresh macOS Installation

Apps to install from macOS App Store:

  • Pastebot
  • GIF Brewery
  • Slack
  • Keynote/Pages/Numbers
  • 1Password
  • OmniFocus 3
  • Airmail 3
  • iA Writer

Apps installed directly from the internet:

Other Customizations

  • Custom Safari Stylesheet in Sync
  • Fairfloss Xcode/VSCode colour scheme http://sailorhg.github.io/fairyfloss/
  • Turn on zoom in Accessibility settings
  • git config --global push.default simple
  • git config --global user.name "Ash Furrow"
  • git config --global user.email ash@ashfurrow.com
  • git config --global alias.pushf "push --force-with-lease"
  • brew install trash + alias https://twitter.com/kattrali/status/662052949326098432
  • defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool YES
  • defaults write -g NSWindowShouldDragOnGesture YES
  • Always expand save file dialogue box defaults write -g NSNavPanelExpandedStateForSaveMode -boolean true
  • Import GPG key from 1Password
  • Dark mode on menu bar
  • Dock on right, auto-hide on
  • Hide Desktop icons: defaults write com.apple.finder CreateDesktop false
  • Proxy icon animation hack: https://brettterpstra.com/2020/12/02/remove-the-proxy-icon-hover-delay-in-big-sur/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment