- 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 "[email protected]"
- Chrome