Skip to content

Commit

Permalink
Merge pull request #30 from driesvints/patch-1
Browse files Browse the repository at this point in the history
Rename everything OS X to macOS
  • Loading branch information
kevinSuttle authored Oct 4, 2016
2 parents edcecf0 + 98e9870 commit bd63ac0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .osx → .macos
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env bash

# ~/.osx — https://mths.be/osx
# ~/.macos — https://mths.be/macos

# Ask for the administrator password upfront
sudo -v

# Keep-alive: update existing `sudo` time stamp until `.osx` has finished
# Keep-alive: update existing `sudo` time stamp until `.macos` has finished
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &

###############################################################################
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# OSX Defaults
# macOS Defaults

A place to centralize the great work [@mathiasbynens](http://mths.be/osx) did gathering and fostering a community around finding and documenting OS X default configuration from the command-line.
A place to centralize the great work [@mathiasbynens](http://mths.be/macos) did gathering and fostering a community around finding and documenting macOS default configuration from the command-line.

## Repo configuration
Note: There are 2 branches.

1. `master`: Reflects http://mths.be/osx at all times.
1. `master`: Reflects http://mths.be/macos at all times.
2. `suttle`: My personal preferences and settings.


## Executing the .osx file
## Executing the .macos file

When setting up a new Mac, you may want to set some sensible OS X defaults:
When setting up a new Mac, you may want to set some sensible macOS defaults:

`./.osx`
`./.macos`

## Reference
Unsure of what you can modify or which commands to use?
Check out [REFERENCE.md](https://github.com/kevinSuttle/OSXDefaults/blob/master/REFERENCE.md).
Check out [REFERENCE.md](https://github.com/kevinSuttle/OSXDefaults/blob/master/REFERENCE.md).
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OSX Default Values Command Reference
# macOS Default Values Command Reference

## chflags
change file flags
Expand Down

0 comments on commit bd63ac0

Please sign in to comment.