Skip to content

Commit

Permalink
Merge pull request #770 from alanyee/master
Browse files Browse the repository at this point in the history
Update and rename osx to macos
  • Loading branch information
lfilho committed Sep 6, 2017
2 parents 5c2d636 + 83786c8 commit f4c02f1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
@@ -1,4 +1,4 @@
docker-compose.yml
Dockerfile
bin/fix_macvim_external_display.sh
bin/osx
bin/macos
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -299,15 +299,15 @@ 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

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:

Expand Down
4 changes: 2 additions & 2 deletions bin/osx → 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
Expand Down Expand Up @@ -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."
2 changes: 1 addition & 1 deletion doc/osx_tools.md → doc/macos_tools.md
Expand Up @@ -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.

0 comments on commit f4c02f1

Please sign in to comment.