AlanGreene / starter

Dotfiles starter project for new machines
1 stars 1 forks source link

Review macos settings #11

Open AlanGreene opened 5 years ago

AlanGreene commented 5 years ago

e.g.: https://github.com/mathiasbynens/dotfiles/blob/master/.macos https://github.com/holman/dotfiles/blob/master/macos/set-defaults.sh

AlanGreene commented 4 years ago

Spaces: https://github.com/mattorb/dotfiles/blob/master/prefs/osx/spaces.plist

AlanGreene commented 3 years ago

Finder > Preferences > Show all filename extensions

defaults write NSGlobalDomain AppleShowAllExtensions -bool true

Finder > Preferences > Show wraning before changing an extension

defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false

Finder > View > As List

defaults write com.apple.finder FXPreferredViewStyle -string "Nlsv"

defaults write com.apple.screencapture type png

defaults write com.apple.screencapture location ~/Documents/Screenshots/

defaults write com.apple.screencapture name

TextEdit use plain text as default

defaults write com.apple.TextEdit RichText -int 0

defaults write com.apple.dock autohide -bool true

save to disk by default (instead of iCloud)

defaults write -g NSDocumentSaveNewDocumentsToCloud -bool false

Set Default Finder Location to Home Folder

defaults write com.apple.finder NewWindowTarget -string "PfLo" && \

defaults write com.apple.finder NewWindowTargetPath -string "file://${HOME}"

Avoids creation of .DS_Store and AppleDouble files.

defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true

Avoids creation of .DS_Store and AppleDouble files.

defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true

Enable Remote Login

sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist

defaults write com.apple.print.PrintingPrefs "Quit When Finished" -bool true

defaults write com.apple.screensaver askForPassword -int 1

defaults write com.apple.screensaver askForPasswordDelay -int 0

disable spotlight indexing

mdutil -i off -d /path/to/volume

AlanGreene commented 2 years ago
System Preferences
    General
        click in the scroll bar to: jump to the spot that's clicked

        ask to keep changes when closing documents: true

        close windows when quitting an app: false

        recent items: none

    Dock & Menu Bar
        Automatically hide and show the menu bar on desktop

        WiFi show in menu bar: false
        Battery show percentage: true
        Spotlight show in menu bar: false

    Users & Groups
        Login Items
            1Password
            Caffeine
            Docker
            Google Chrome
            iTerm
            Sublime Text
            Rectangle

    Battery
        Power adapter
            wake for network access: false

    Sharing
        remote login: true
AlanGreene commented 2 years ago

Disable System Preferences > Sharing > AirPlay Receiver to stop ControlCenter listening on port 5000

AlanGreene commented 1 year ago

Keyboard shortcuts: