Skip to content

Latest commit

 

History

History
81 lines (58 loc) · 3.41 KB

File metadata and controls

81 lines (58 loc) · 3.41 KB

Frontend Mac Setup 🖥

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, Downloads & home directory
  • Advanced > Show all filename extensions
  • Advanced > Keep folders on top > In windows when sorting by name
  • Show View Options > Group By: Name & Sort By: Name

See screenshots in the settings folder for more configurations.

Dotfiles

SSH Keys

First generate a new SSH key and add it to the ssh-agent, and then add it to your GitHub account.

Browsers

Dev Tools

Productivity Tools

Brew packages

brew install pure zsh-syntax-highlighting diff-so-fancy bat macos-trash

Configuring iTerm

IDE/Terminal themes, colour schemes and font families

Other

  • Create workspace directory: mkdir ~/workspace
  • Browser cache: Settings > Preferences > Network > Disable cache (while DevTools is open)