INTRODUCTION
This is the list of some useful tools I used to setup my OSX.
For more awesome osx command lines, see Awesome OS X Command Line .
SETUP
- Fix the home and end keys
- Make Your Keyboard Keys Repeat Properly
- Use Fn key normally in Mac
- Disable automatic spelling
- Word Movement Shortcuts for iTerm
- Install NTFS driver for macOS
OSX SHORTCUTS & KEYS
F11 - Show desktop
Ctrl left/right - Scroll to the next working desktop
Command Space - Show search
Ctrl Up - Show all programs
Ctrl Down - Show other windows of the same program
Ctrl Command F - Toggle full screen
Cmd Option D - Toggle taskbar
Cmd Delete - Move to trash
Cmd K - Clear terminal screen
TOOLS
- Testdisk - Disk recovery
- Blackmagic Disk Speed Test - Disk performance measurement tool.
- iexplorer - Transfer file with iPhone easily
QuickSilver
- Great replacement for spotlight
Diff tools
MOUNT SSH
Install sshfs. Then run
sshfs <username>@<ip>:<folder> /Users/<username>/<folder>
Comments