Update and rename osx to macos

This commit is contained in:
Alan Yee
2017-09-05 00:09:57 -07:00
committed by GitHub
parent f44bee216f
commit a610bad6cc

View File

@@ -1,5 +1,5 @@
# Gratuitously stolen from @mathiasbynens # Gratuitously stolen from @mathiasbynens
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx # https://github.com/mathiasbynens/dotfiles/blob/master/.macos
# Disable menu bar transparency # Disable menu bar transparency
defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false
@@ -244,4 +244,4 @@ defaults write com.google.Chrome.plist AppleEnableSwipeNavigateWithScrolls -bool
# Kill affected applications # Kill affected applications
for app in Finder Dock Mail Safari iTunes iCal Address\ Book SystemUIServer; do killall "$app" > /dev/null 2>&1; done for app in Finder Dock Mail Safari iTunes iCal Address\ Book SystemUIServer; do killall "$app" > /dev/null 2>&1; done
echo "OSX Hacks Done. Note that some of these changes require a logout/restart to take effect." echo "macOS Hacks Done. Note that some of these changes require a logout/restart to take effect."