diff --git a/.dockerignore b/.dockerignore index db7ffc5f..eaf51a9a 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,4 @@ docker-compose.yml Dockerfile bin/fix_macvim_external_display.sh -bin/osx +bin/macos diff --git a/README.md b/README.md index 97f97eb0..5fd5be6b 100644 --- a/README.md +++ b/README.md @@ -299,7 +299,7 @@ There you can play around, test commands, aliases, etc. ## Misc * [Credits & Thanks](doc/credits.md) -* [Other recommended macOS productivity tools](doc/osx_tools.md) +* [Other recommended macOS productivity tools](doc/macos_tools.md) * [Yan's Blog](https://yanpritzker.com) ### macOS Hacks @@ -307,7 +307,7 @@ There you can play around, test commands, aliases, etc. The macOS file is a bash script that sets up sensible defaults for devs and power users under macOS. Read through it before running it. To use: - bin/osx + bin/macos These hacks are Lion-centric. May not work for other OS'es. My favorite mods include: diff --git a/bin/osx b/bin/macos similarity index 98% rename from bin/osx rename to bin/macos index 5a28c551..57cb126a 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." diff --git a/doc/osx_tools.md b/doc/macos_tools.md similarity index 75% rename from doc/osx_tools.md rename to doc/macos_tools.md index 356edc24..77d67775 100644 --- a/doc/osx_tools.md +++ b/doc/macos_tools.md @@ -2,4 +2,4 @@ * NValt - Notational Velocity alternative fork - http://brettterpstra.com/project/nvalt/ - syncs with SimpleNote * Vimium for Chrome - vim style browsing. The `f` to type the two char alias of any link is worth it. - * QuickCursor - gives you Apple-Shift-E to edit any OSX text field in vim. + * QuickCursor - gives you Apple-Shift-E to edit any macOS text field in vim.