From 98e9870ee91cf4afe7c96636c0faa789de1aa6c2 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Sat, 1 Oct 2016 13:17:30 +0200 Subject: [PATCH] Rename everything OS X to macOS --- .osx => .macos | 4 ++-- README.md | 14 +++++++------- REFERENCE.md | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) rename .osx => .macos (99%) diff --git a/.osx b/.macos similarity index 99% rename from .osx rename to .macos index 06c9a67..5ddd93a 100755 --- a/.osx +++ b/.macos @@ -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 & ############################################################################### diff --git a/README.md b/README.md index a601d97..e8a7183 100644 --- a/README.md +++ b/README.md @@ -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). \ No newline at end of file +Check out [REFERENCE.md](https://github.com/kevinSuttle/OSXDefaults/blob/master/REFERENCE.md). diff --git a/REFERENCE.md b/REFERENCE.md index 43e7c03..1a01cb1 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -1,4 +1,4 @@ -# OSX Default Values Command Reference +# macOS Default Values Command Reference ## chflags change file flags