Skip to content

Commit

Permalink
Update README to reflect current state of repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Suttle committed Dec 9, 2013
1 parent 1406eb9 commit e34d318
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@

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.

Want to see *all*, and I mean **ALL** of the default values on your system?
Open up your command line and type the following:
## Repo configuration
Note: There are 2 branches.

```
defaults read > ~/defaults.txt
```
1. Master: Reflects http://mths.be/osx at all times.
2. My personal preferences and settings.

Just want the values for a specific application? No problem. Here's an example:

```
defaults read -app iTerm
```
## Executing the .osx file

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

`./.osx`

## 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).

0 comments on commit e34d318

Please sign in to comment.