Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6e1f3e8b5a | ||
|
|
25431a3b59 | ||
|
|
ec47e569cf | ||
|
|
c33faa6218 | ||
|
|
5e7f8268b5 | ||
|
|
a3bdc15f8a |
@@ -1 +1 @@
|
|||||||
3.4.3
|
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.2.0
|
version: 20.3.0
|
||||||
license: Hippocratic-2.1
|
license: Hippocratic-2.1
|
||||||
date-released: 2025-04-18
|
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.79"
|
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.2.0
|
git checkout 20.3.0
|
||||||
----
|
----
|
||||||
|
|
||||||
== Usage
|
== Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user