From b459999163d087b06676118b078b462153f93e24 Mon Sep 17 00:00:00 2001 From: hophacker Date: Wed, 10 Apr 2019 18:44:22 +0800 Subject: [PATCH] Update and rename osx to macos --- bin/{osx => macos} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename bin/{osx => macos} (98%) diff --git a/bin/osx b/bin/macos similarity index 98% rename from bin/osx rename to bin/macos index 5a28c55..57cb126 100755 --- a/bin/osx +++ b/bin/macos @@ -1,5 +1,5 @@ # Gratuitously stolen from @mathiasbynens -# https://github.com/mathiasbynens/dotfiles/blob/master/.osx +# https://github.com/mathiasbynens/dotfiles/blob/master/.macos # Disable menu bar transparency defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false @@ -244,4 +244,4 @@ defaults write com.google.Chrome.plist AppleEnableSwipeNavigateWithScrolls -bool # Kill affected applications 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."