Skip to content

Commit

Permalink
Ref: 92f4b42abaec348673f910fca2749aac76d640ed
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Suttle committed Mar 15, 2014
1 parent 46f8b92 commit 25abfeb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &
###############################################################################

# Set computer name (as done via System Preferences → Sharing)
sudo scutil --set ComputerName "0x6D746873"
sudo scutil --set HostName "0x6D746873"
sudo scutil --set LocalHostName "0x6D746873"
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server NetBIOSName -string "0x6D746873"
#sudo scutil --set ComputerName "0x6D746873"
#sudo scutil --set HostName "0x6D746873"
#sudo scutil --set LocalHostName "0x6D746873"
#sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server NetBIOSName -string "0x6D746873"

# Set standby delay to 24 hours (default is 1 hour)
sudo pmset -a standbydelay 86400
Expand Down Expand Up @@ -54,9 +54,6 @@ defaults write NSGlobalDomain AppleShowScrollBars -string "Always"
# (Uncomment if you’re on an older Mac that messes up the animation)
#defaults write NSGlobalDomain NSScrollAnimationEnabled -bool false

# Disable opening and closing window animations
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false

# Increase window resize speed for Cocoa applications
defaults write NSGlobalDomain NSWindowResizeTime -float 0.001

Expand Down Expand Up @@ -342,6 +339,9 @@ defaults write com.apple.dock mouse-over-hilite-stack -bool true
# Set the icon size of Dock items to 36 pixels
defaults write com.apple.dock tilesize -int 36

# Change minimize/maximize window effect
defaults write com.apple.dock mineffect -string "scale"

# Minimize windows into their application’s icon
defaults write com.apple.dock minimize-to-application -bool true

Expand Down

0 comments on commit 25abfeb

Please sign in to comment.