Skip to content

Instantly share code, notes, and snippets.

@renatoargh
Last active April 29, 2022 05:34
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 renatoargh/1ae1c9ae9adf578394a07bbf6b083021 to your computer and use it in GitHub Desktop.
Save renatoargh/1ae1c9ae9adf578394a07bbf6b083021 to your computer and use it in GitHub Desktop.
New Mac Installation Checklist

General

  • chrome
  • 1pass
  • intelliJ COMMUNITY (ou Ultimate)
  • vscode
    • enable settings sync with github
  • dropbox
  • spectable
  • skype
  • teamviewer
  • disk inventory X
  • whatsapp web
  • skim pdf reader
  • xtra finder
  • grammarly
  • firefox
  • youtube-dl
    • Install ffmpeg `brew install ffmpeg
  • Slack
  • Discord
  • AppCleaner
  • Evernote
  • Configure work email on Mail
  • togglr (time tracker)
  • Java JRE (java runtime environment)

Dev

Configs

  • Turn guest user access off
  • add entry to ~/.zprofile to source /Dropbox/Dev/alias.sh
  • hide dock automatically
  • make F-keys work without pressing fn
  • configure trackpad drag function ("Enable Dragging with Drag Lock" in System Preferences > Accessibility > Mouse & Trackpad (or "Pointer Control")> Trackpad Options)
  • configure terminal "Homebrew" theme as default
  • configure keyboard as US-Iternational
  • Remove dots after two spaces (keyboard preferences, "Add full stop with double space")
  • Disable smart quotes (to prevent weird shit, keyboard preferences)
  • Setup .vimrc > https://gist.github.com/renatoargh/a092077bbcbda2755f02275bbf72e559
  • Import chrome bookmarks from dropbox (bnookmark manager > /chrome-boomarks.html)
  • Configure GIT to rebase by default (instead of merging): git config --global pull.rebase true
  • Make chrome and firefox ask for download locations
  • Configure any printers
  • Disable "smart quotes": stupid feature that adds additional quotes
  • Configure ~/.npmrc to point to company registry too, something like:
    //npm.pkg.github.com/:_authToken=...
    @yourGitHubOrg:registry=https://npm.pkg.github.com
    //registry.npmjs.org/:_authToken=...
    

Chrome Extensions

  • grammaly
  • 1pass
  • google translate
  • adblock
  • react developer tools
  • redux
  • elastic search head

Other

  • Log in to instagram
  • Log in to linked in
  • Log in to twitter
  • Log in to facebook
  • Log in to Google accounts
  • Log in to stackoverflow
  • Make external monitor the default (drag and drop little white bar on system preferences -> displays)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment