Skip to content

Instantly share code, notes, and snippets.

@yosukehasumi
Last active May 4, 2022 16:54
Show Gist options
  • Save yosukehasumi/413862227385f7d694f1125114b6f0be to your computer and use it in GitHub Desktop.
Save yosukehasumi/413862227385f7d694f1125114b6f0be to your computer and use it in GitHub Desktop.
My OSX setup from clean install
  • Enabled Tap to Click
  • Enable Trackpad Dragging (found in accessibility settings)
  • Add my .bash_profile https://gist.github.com/yosukehasumi/fb5c97f661ee3d4e1b41049707606fb5
  • Add item word jump hotkeys for iTerm (Preferences > Profiles > Keys > Presets: 'Natural Text Editing')
  • Hide Dock (defaults write com.apple.Dock autohide-delay -float 5 && killall Dock)
  • Hide icons on Desktop (defaults write com.apple.finder CreateDesktop false; killall Finder;)
  • Generate SSH keys `ssh-keygen -t rsa -b 4096 -C "your@email.com"

Install

  • Chrome
  • iTerm2 (Cobalt theme: https://github.com/wesbos/Cobalt2-iterm)
  • Alfred3
  • SizeUp
  • Caffiene
  • Spark
  • SublimeText3 (Add subl to usr/local/bin/subl)
  • SublimeMerge (Add smerge to usr/local/bin/smerge)
  • Git (requires Xcode and Dev Tools)
  • Homebrew
  • TablePlus (SQL Client)
  • RBENV
  • Node & NPM

Maybe / Fun

  • Zoom
  • VLC
  • Spotify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment