D'ailleurs en parlant de commandes voici ma liste pour ceux que ça interesse
Chemin dans fenêtre finder :
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
Afficher fichiers cachés :
defaults write com.apple.finder AppleShowAllFiles TRUE
Desactiver dashboard :
defaults write com.apple.dashboard mcx-disabled -boolean YES
Empecher la copie du nom complet avec un email :
defaults write com.apple.mail AddressesIncludeNameOnPasteboard -bool false
Notes en demi etoiles dans iTunes :
defaults write com.apple.iTunes allow-half-stars -bool TRUE
Vitesse d'animations mission control :
defaults write com.apple.dock expose-animation-duration -float 0.15
Ajouter un séparateur mobile dans le dock partie droite :
defaults write com.apple.dock persistent-others -array-add '{tile-data={}; tile-type="spacer-tile";}' ;killall Dock
Ajouter un séparateur mobile dans le dock partie gauche :
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}' ;killall Dock
Activer la sélection de texte dans quicklook :
defaults write com.apple.finder QLEnableTextSelection -bool TRUE;killall Finder
Afficher une notification sur l'icône d'itunes lors de changement de morceau :
defaults write com.apple.dock itunes-notifications -bool TRUE
Activer airdrop en ethernet et sur machines non supportés :
defaults write com.apple.NetworkBrowser BrowseAllInterfaces 1
Passer le dock en 2D :
defaults write com.apple.dock no-glass -bool true
Forcer le maintien des touches :
defaults write -g ApplePressAndHoldEnabled -bool false
Desactiver la correction automatique :
defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false
Afficher la bibliothèque utilisateur dans le finder :
chflags nohidden ~/Library
Possibilité de quitter le finder :
defaults write com.apple.finder QuitMenuItem -bool YES