GameLife
macOS Secrets
Téléchargements Packages Windows Linux Forum Discord

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 upgrade
brew install git wget htop

Commandes utiles

sw_vers
system_profiler SPHardwareDataType
softwareupdate -l
diskutil list

Tweaks (defaults)

Afficher les fichiers cachés dans Finder :

defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder

Masquer les fichiers cachés :

defaults write com.apple.finder AppleShowAllFiles -bool false && killall Finder