Skip to content
/ config Public

Custom Mac Setup 🖥

Notifications You must be signed in to change notification settings

fed/config

Repository files navigation

Developer's macOS Fresh Install 🖥

This document describes how I set up my development environment on a new MacBook.

Finder Preferences

  • General > New Finder windows show > Downloads folder
  • Sidebar > Show these items in the sidebar > Airdrop, Applications, Desktop, Downloads & home directory
  • Advanced > Show all filename extensions
  • Show View Options > Group By: Name & Sort By: Name

Chrome DevTools Preferences

  • Settings > Preferences > Network > Disable cache (while DevTools is open)

Dotfiles

SSH Keys

Add your SSH private key to the ssh-agent and store your passphrase in the keychain:

ssh-add -K ~/.ssh/id_rsa

To have MacOS remember your passphrase, create a new file ~/.ssh/config and enable the UseKeychain option:

Host *
    UseKeychain yes

More info on both the Bitbucket and GitHub docs.

Browsers

Dev Tools

CLI Tools

Productivity Tools

Visual Studio Code

About

Custom Mac Setup 🖥

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages