macOS Secrets
Commandes utiles + tweaks, avec bouton Copier sur chaque commande.
Homebrew
Installation (officiel) :
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Exemples :
brew update && brew upgradebrew install git wget htopCommandes utiles
sw_verssystem_profiler SPHardwareDataTypesoftwareupdate -ldiskutil listTweaks (defaults)
Afficher les fichiers cachés dans Finder :
defaults write com.apple.finder AppleShowAllFiles -bool true && killall FinderMasquer les fichiers cachés :
defaults write com.apple.finder AppleShowAllFiles -bool false && killall Finder