Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4bb16b5b7c | ||
|
|
95297426aa | ||
|
|
494bd26be9 | ||
|
|
c85015f116 | ||
|
|
31a3d3be86 | ||
|
|
f76086bbf0 | ||
|
|
f4f803296e | ||
|
|
f393d8181f | ||
|
|
a7b479f716 |
@@ -1 +1 @@
|
|||||||
3.3.0
|
3.3.3
|
||||||
|
|||||||
@@ -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: 18.2.0
|
version: 18.3.0
|
||||||
license: Hippocratic-2.1
|
license: Hippocratic-2.1
|
||||||
date-released: 2024-04-21
|
date-released: 2024-07-08
|
||||||
authors:
|
authors:
|
||||||
- family-names: Kuhlmann
|
- family-names: Kuhlmann
|
||||||
given-names: Brooke
|
given-names: Brooke
|
||||||
@@ -17,5 +17,6 @@ keywords:
|
|||||||
- automation
|
- automation
|
||||||
- setup
|
- setup
|
||||||
- recovery
|
- recovery
|
||||||
repository-code: https://alchemists.io/projects/mac_os
|
repository-code: https://github.com/bkuhlmann/mac_os
|
||||||
repository-artifact: https://alchemists.io/projects/mac_os
|
repository-artifact: https://alchemists.io/projects/mac_os
|
||||||
|
url: https://alchemists.io/projects/mac_os
|
||||||
|
|||||||
4
Gemfile
4
Gemfile
@@ -4,7 +4,7 @@ ruby file: ".ruby-version"
|
|||||||
|
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "caliber", "~> 0.51"
|
gem "caliber", "~> 0.58"
|
||||||
gem "debug", "~> 1.9"
|
gem "debug", "~> 1.9"
|
||||||
gem "git-lint", "~> 7.3"
|
gem "git-lint", "~> 8.0"
|
||||||
gem "rake", "~> 13.2"
|
gem "rake", "~> 13.2"
|
||||||
|
|||||||
@@ -38,11 +38,6 @@ toc::[]
|
|||||||
* Configures installed software.
|
* Configures installed software.
|
||||||
* Supports restoration of machine backups.
|
* Supports restoration of machine backups.
|
||||||
|
|
||||||
== Screencast
|
|
||||||
|
|
||||||
[link=https://alchemists.io/screencasts/mac_os]
|
|
||||||
image::https://alchemists.io/images/screencasts/mac_os/cover.svg[Screencast,600,240,role=focal_point]
|
|
||||||
|
|
||||||
== Requirements
|
== Requirements
|
||||||
|
|
||||||
. link:https://www.apple.com/macos/sonoma[macOS Sonoma]
|
. link:https://www.apple.com/macos/sonoma[macOS Sonoma]
|
||||||
@@ -56,7 +51,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 18.2.0
|
git checkout 18.3.0
|
||||||
----
|
----
|
||||||
|
|
||||||
== Usage
|
== Usage
|
||||||
|
|||||||
@@ -1,5 +1,20 @@
|
|||||||
= Versions
|
= Versions
|
||||||
|
|
||||||
|
== 18.3.0 (2024-07-08)
|
||||||
|
|
||||||
|
* 🔼 Updated to Caliber 0.58.0 - Brooke Kuhlmann
|
||||||
|
* 🔼 Updated to Git Lint 8.0.0 - Brooke Kuhlmann
|
||||||
|
* 🔼 Updated to Ruby 3.3.3 - Brooke Kuhlmann
|
||||||
|
|
||||||
|
== 18.2.2 (2024-06-01)
|
||||||
|
|
||||||
|
* 🔼 Updated citation URLs - Brooke Kuhlmann
|
||||||
|
* 🔼 Updated to Ruby 3.3.2 - Brooke Kuhlmann
|
||||||
|
|
||||||
|
== 18.2.1 (2024-05-02)
|
||||||
|
|
||||||
|
* 🔼 Updated to Ruby 3.3.1 - Brooke Kuhlmann
|
||||||
|
|
||||||
== 18.2.0 (2024-04-21)
|
== 18.2.0 (2024-04-21)
|
||||||
|
|
||||||
* 🔼 Updated RuboCop to use XDG local configuration - Brooke Kuhlmann
|
* 🔼 Updated RuboCop to use XDG local configuration - Brooke Kuhlmann
|
||||||
|
|||||||
Reference in New Issue
Block a user