Skip to content

divyanshu013/mac-dev-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

38 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Logo

Mac Dev Setup

Simple setup with lot of goodies 🍎

Preferences

  1. Enable Trackpad / Tap to click

  2. Enable Accessibility / Mouse and trackpad / Trackpad options / Enable dragging / Three finger drag

  3. Move dock to the left

  4. Disable accent menu (needs restart):

defaults write -g ApplePressAndHoldEnabled -bool false
  1. Fix a11y (awful mac default): Preferences -> Keyboard -> Shortcuts -> Use keyboard navigation to move focus between controls

Setup

  1. Install Firefox.
  • In about:config set accessibility.tabfocus to 7
  1. Install homebrew. Also installs command line tools.

  2. Install brew packages.

brew install git vim yarn wget watchman tree hub git-standup ffmpeg github/gh/gh
  1. Configure git:
git config --global user.name "First Last"
git config --global user.email email@email.com
  1. Install Cascadia Code font

  2. Add GPG and SSH keys

  3. Install quick-look plugins:

brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlimagesize webpquicklook suspicious-package quicklookase qlvideo

CLI

  1. Install Oh my ZSH

  2. Install dotfiles

  3. Install powerlevel10k

CLI plugins

Browsers

Extensions

Utils

Dev

Music

Apps

Related

Author

Attributions

Icons made by Flat Icons from www.flaticon.com is licensed by CC 3.0 BY

About

Simple mac dev setup with lots of goodies 🍎

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published