All Projects → divyanshu013 → mac-dev-setup

divyanshu013 / mac-dev-setup

Licence: CC-BY-4.0 License
Simple mac dev setup with lots of goodies 🍎

Projects that are alternatives of or similar to mac-dev-setup

machine-setup
Powershell script which simplifies PC installation which primarily target devs but everyone can use it. Installs apps via chocolatey, nodejs and executes other specific commands.
Stars: ✭ 20 (-9.09%)
Mutual labels:  dev-setup
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 protected]
  1. Install Fira Code, flottflott, Space Mono and Script12 fonts

  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

Utils

Dev

Music

Apps

Related

Author

Attributions

Icons made by Flat Icons from www.flaticon.com is licensed by CC 3.0 BY
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].