Antoine007 / dotfiles

Default configuration for Le Wagon's students

Home Page:http://www.lewagon.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions in lewagon/setup

bash script installed:

# savepanel expanded by default
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true

# screenshot location
defaults write com.apple.screencapture location "${HOME}/Desktop"

# Automatically quit printer app once the print jobs complete
defaults write com.apple.print.PrintingPrefs "Quit When Finished" -bool true

# Increase sound quality for Bluetooth headphones/headsets
defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" -int 40

# Enable the Develop menu and the Web Inspector in Safari
defaults write com.apple.Safari IncludeDevelopMenu -bool true
defaults write com.apple.Safari WebKitDeveloperExtrasEnabledPreferenceKey -bool true
defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2DeveloperExtrasEnabled -bool true

# Prevent Photos from opening automatically when devices are plugged in
defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool true

About

Default configuration for Le Wagon's students

http://www.lewagon.org


Languages

Language:Shell 94.7%Language:Vim Script 5.3%