Skip to content

Instantly share code, notes, and snippets.

@JZfi
Created December 20, 2023 14:29
Show Gist options
  • Save JZfi/a4123aa2c92389db9359fad98eb400fe to your computer and use it in GitHub Desktop.
Save JZfi/a4123aa2c92389db9359fad98eb400fe to your computer and use it in GitHub Desktop.
MacOS apps and tips

MacOS customization apps and tips

Make your mac usable again. Recommended ones are highlighted.

Window management

  • Rectangle Full featured window manager to enable keyboard shortcuts
  • AltTab Alt-tab to switch between windows

Non-free (See descriptions):

Mouse

Terminal

iTerm2 + OhMyZsh + Powerline10k + zsh-autosuggestions + zsh-syntax-highlighting

For this combination see Customize the Terminal : Zsh + iTerm2 + Powerlevel10k

Misc

Tips

Add SSH keys to Keychain.

To show Cmd-tab on all screens enable it via Tinkertool or manually run the following in Terminal:

defaults write com.apple.dock appswitcher-all-displays -bool true
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment