Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5312d36d67 | ||
|
|
76f34a826c | ||
|
|
9f5cc69c7d | ||
|
|
e4331ce887 | ||
|
|
ce3c24adcd | ||
|
|
8a21a0f3e8 |
@@ -1 +1 @@
|
||||
3.4.6
|
||||
4.0.0
|
||||
|
||||
@@ -2,9 +2,9 @@ cff-version: 1.2.0
|
||||
message: Please use the following metadata when citing this project in your work.
|
||||
title: macOS
|
||||
abstract: Shell scripts for automated macOS machine setup.
|
||||
version: 21.0.0
|
||||
version: 22.0.0
|
||||
license: Hippocratic-2.1
|
||||
date-released: 2025-09-19
|
||||
date-released: 2026-01-01
|
||||
authors:
|
||||
- family-names: Kuhlmann
|
||||
given-names: Brooke
|
||||
|
||||
2
Gemfile
2
Gemfile
@@ -6,5 +6,5 @@ source "https://rubygems.org"
|
||||
|
||||
gem "caliber", "~> 0.82"
|
||||
gem "debug", "~> 1.11"
|
||||
gem "git-lint", "~> 9.0"
|
||||
gem "git-lint", "~> 10.0"
|
||||
gem "rake", "~> 13.3"
|
||||
|
||||
@@ -53,7 +53,7 @@ To install, run:
|
||||
----
|
||||
git clone https://github.com/bkuhlmann/mac_os.git
|
||||
cd mac_os
|
||||
git checkout 21.0.0
|
||||
git checkout 22.0.0
|
||||
----
|
||||
|
||||
== Usage
|
||||
|
||||
Reference in New Issue
Block a user