Skip to content

Applications

Jason Cheong-Kee-You edited this page Mar 24, 2026 · 284 revisions

Chrome Extensions

Apps

  • Sourcetree: Git client.
  • Zed: My preferred text editor.
  • ZoomHider: Hide zoom bar and disable Zoom from capturing the [escape] key.

Mac Configuration

  • Disable extraneous macOS keyboard shortcuts (eliminate conflicts with RubyMine).
  • Disable the beep when I perform an invalid action
  • Exclude home directory from Spotlight (eliminate needless indexing).
  • Show Battery percentage
  • Three Finger Drag: System Preferences -> Accessibility -> Mouse & Trackpad -> Trackpad Options -> Enable dragging -> three finger drag.
  • Turn off sound on startup
  • Turn off Transparency in Accessibility options

Developer Setup

  • Miscellaneous:
    # Gitignore .DS_Store files
    echo .DS_Store >> ~/.gitignore
    
    # Remove the 'Last login' message from the Terminal
    touch ~/.hushlogin
    
    # Speed up gem installs
    echo "gem: --no-document" >> ~/.gemrc
    

Products

Clone this wiki locally