Skip to content

Instantly share code, notes, and snippets.

@chinchang
Last active August 26, 2019 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chinchang/e3b29098b406548f9cb0e91093117fbc to your computer and use it in GitHub Desktop.
Save chinchang/e3b29098b406548f9cb0e91093117fbc to your computer and use it in GitHub Desktop.
Steps to setup my mac machine
Steps to setup mac osx
- Finish onboarding
## System Tweaks
- increase key repeat rate (Preference > Keyboard)
- increase trackpad speed (Preferences > Trackpad)
- enable 3-finger drag (Preferences > Accessibility)
- Disable "swipe between pages" (Preferences > Tackpad > More gestures)
## SOftware installations
- Open safari and install Brave n Firefox :)
- Install some essentials
- VSCode with extensions: Prettier, Sublime key bindings, NPM intellisense
- Spectacles
- Dropbox
- clipmenu http://www.clipmenu.com/
- install CLI utilites (type git in terminal)
- brew http://brew.sh/
- cURL (brew install curl)
- wget (brew install wget)
- Install nvm (node package manager)
- install node (nvm install node)
- Dev setup
- install iterm2
- install oh-my-zsh (https://github.com/robbyrussell/oh-my-zsh)
- Generate ssh key `ssh-keygen`
- Add ssh key on github.com
- Update dotfiles (https://github.com/chinchang/dotfiles)
- Install honukai zsh theme
- Install hyperapp http://hyper.is/
- Enable zsh in ~/.hyper.js by changing `shell` key to `/bin/zsh`
- Install zsh manager - Pure (npm install --global pure-prompt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment