~

Useful tools

This just a raw list.

Tools

Terminal

Memory

For fun

Fun memory

Windows

UI

Memory

macOS

Memory

Development

Terminal

Format

Language server

Misc

Memory

Go

Memory

UI

Memory

macOS

Memory

Notes

Prefer go/cargo/pipx to MacPorts, HomeBrew

Don't install:

Misc

Don't enable plugin git in ohmyzsh.

Edit ~/.ssh/config

Host *
    IdentitiesOnly yes
    UseKeychain yes

Thanks:

macOS

Never sleep:

caffeinate -u -t 3600
caffeinate -i

Use Touch ID in Terminal:

sudo cp /etc/pam.d/sudo_local.template /etc/pam.d/sudo_local

# Uncomment last line
sudo nano /etc/pam.d/sudo_local

Hide Developer in Spotlight:

cd /Applications
touch Xcode.app

# Xcode mini version
xcode-select --install

Reset launchpad:

defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock

Reduce padding in menu bar (Log out then log in to apply):

defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 6
defaults -currentHost write -globalDomain NSStatusItemSpacing -int 6

Disable IPv6:

sudo networksetup -listallnetworkservices
sudo networksetup -setv6off Wi-Fi

Clean up leftover data:

Clean up clipboard:

pbcopy < /dev/null

Disable Smart zoom in Track pad settings to make right click instant

Fix OpenVPN Client 3

sudo launchctl unload -w /Library/LaunchDaemons/org.openvpn.client.plist
sudo launchctl load -w /Library/LaunchDaemons/org.openvpn.client.plist

Thanks:

Firefox

about:config:

Thanks:

Feel free to ask me via email or Mastodon.
Source code is available on GitHub Codeberg sourcehut Treehouse GitLab