Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6e1f3e8b5a | ||
|
|
25431a3b59 | ||
|
|
ec47e569cf | ||
|
|
c33faa6218 | ||
|
|
5e7f8268b5 | ||
|
|
a3bdc15f8a | ||
|
|
1f3e89bc9c | ||
|
|
eaf15d9e16 | ||
|
|
4ab07b1a88 | ||
|
|
615b61457f |
@@ -1 +1 @@
|
|||||||
3.4.2
|
3.4.5
|
||||||
|
|||||||
@@ -2,9 +2,9 @@ cff-version: 1.2.0
|
|||||||
message: Please use the following metadata when citing this project in your work.
|
message: Please use the following metadata when citing this project in your work.
|
||||||
title: macOS
|
title: macOS
|
||||||
abstract: Shell scripts for automated macOS machine setup.
|
abstract: Shell scripts for automated macOS machine setup.
|
||||||
version: 20.1.0
|
version: 20.3.0
|
||||||
license: Hippocratic-2.1
|
license: Hippocratic-2.1
|
||||||
date-released: 2025-02-22
|
date-released: 2025-07-15
|
||||||
authors:
|
authors:
|
||||||
- family-names: Kuhlmann
|
- family-names: Kuhlmann
|
||||||
given-names: Brooke
|
given-names: Brooke
|
||||||
|
|||||||
6
Gemfile
6
Gemfile
@@ -4,7 +4,7 @@ ruby file: ".ruby-version"
|
|||||||
|
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "caliber", "~> 0.74"
|
gem "caliber", "~> 0.82"
|
||||||
gem "debug", "~> 1.10"
|
gem "debug", "~> 1.11"
|
||||||
gem "git-lint", "~> 9.0"
|
gem "git-lint", "~> 9.0"
|
||||||
gem "rake", "~> 13.2"
|
gem "rake", "~> 13.3"
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ To install, run:
|
|||||||
----
|
----
|
||||||
git clone https://github.com/bkuhlmann/mac_os.git
|
git clone https://github.com/bkuhlmann/mac_os.git
|
||||||
cd mac_os
|
cd mac_os
|
||||||
git checkout 20.1.0
|
git checkout 20.3.0
|
||||||
----
|
----
|
||||||
|
|
||||||
== Usage
|
== Usage
|
||||||
@@ -203,6 +203,7 @@ link:https://alchemists.io/projects/mac_os-config[macOS Config] project for furt
|
|||||||
** After seven seconds, hold down the Power button as well.
|
** After seven seconds, hold down the Power button as well.
|
||||||
** Release all keys after another seven seconds.
|
** Release all keys after another seven seconds.
|
||||||
** Turn on your Mac.
|
** Turn on your Mac.
|
||||||
|
** For more troubleshooting tips, check out The Eclectic Light Company's link:https://eclecticlight.co/mac-troubleshooting-summary/[Mac Troubleshooting Summary].
|
||||||
|
|
||||||
== Development
|
== Development
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user