Skip to content

Commit 98e9870

Browse files
committed
Rename everything OS X to macOS
1 parent edcecf0 commit 98e9870

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.osx .macos

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/usr/bin/env bash
22

3-
# ~/.osx — https://mths.be/osx
3+
# ~/.macos — https://mths.be/macos
44

55
# Ask for the administrator password upfront
66
sudo -v
77

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

1111
###############################################################################

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# OSX Defaults
1+
# macOS Defaults
22

3-
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.
3+
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.
44

55
## Repo configuration
66
Note: There are 2 branches.
77

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

1111

12-
## Executing the .osx file
12+
## Executing the .macos file
1313

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

16-
`./.osx`
16+
`./.macos`
1717

1818
## Reference
1919
Unsure of what you can modify or which commands to use?
20-
Check out [REFERENCE.md](https://github.com/kevinSuttle/OSXDefaults/blob/master/REFERENCE.md).
20+
Check out [REFERENCE.md](https://github.com/kevinSuttle/OSXDefaults/blob/master/REFERENCE.md).

REFERENCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OSX Default Values Command Reference
1+
# macOS Default Values Command Reference
22

33
## chflags
44
change file flags

0 commit comments

Comments
 (0)