User Tools

Site Tools


os:mac

Fine Tuning

defaults write com.apple.Finder AppleShowAllFiles true
killall Finder
 ssh-add -K .ssh/id_rsa.sit

Softs:

 brew install zsh-history-substring-search zsh-fast-syntax-highlighting zsh-autosuggestions zsh-navigation-tools zsh-syntax-highlighting 
compaudit | xargs chmod g-w
  • Dock hacks
    defaults write com.apple.dock autohide-delay -float 0
    defaults write com.apple.dock autohide-time-modifier -float 0.4; killall Dock
  • https://www.alphr.com/view-hidden-files-mac/
    defaults write com.apple.Finder AppleShowAllFiles TRUE
    killall Finder
  • ssh-private key password store in keychain
    ssh-add --apple-use-keychain ~/.ssh/[your-private-key]

Troubleshoot

Reset NVRAM

Cmd+Option + P + R

Safe Mode

“Shift” at boot

Disk Utility/Reinstall

Cmd + R

Other

os/mac.txt · Last modified: 2024/03/13 05:46 by warnaud