Compare commits
96 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
50bf6178b9 | ||
|
|
53bdca4fc9 | ||
|
|
005ea19d1c | ||
|
|
ecd5ed49a4 | ||
|
|
d9df365afb | ||
|
|
b176823378 | ||
|
|
5f7bd0d925 | ||
|
|
6f7e47cdeb | ||
|
|
4bb16b5b7c | ||
|
|
95297426aa | ||
|
|
494bd26be9 | ||
|
|
c85015f116 | ||
|
|
31a3d3be86 | ||
|
|
f76086bbf0 | ||
|
|
f4f803296e | ||
|
|
f393d8181f | ||
|
|
a7b479f716 | ||
|
|
4f37a67353 | ||
|
|
0c5e66b605 | ||
|
|
fd112d373e | ||
|
|
1da7437342 | ||
|
|
91df57a36b | ||
|
|
982663a9ee | ||
|
|
dd8d7f7de5 | ||
|
|
76b193dede | ||
|
|
75d2c93e89 | ||
|
|
b4faa2e919 | ||
|
|
920b111ef4 | ||
|
|
6553f9be6d | ||
|
|
24fe1edefd | ||
|
|
9933eee1cd | ||
|
|
4fa7380216 | ||
|
|
179b4f05a3 | ||
|
|
91acff4756 | ||
|
|
b0b4d51e2c | ||
|
|
c17a132408 | ||
|
|
33fe1c7003 | ||
|
|
605b1e4c3f | ||
|
|
2170941383 | ||
|
|
63ef52185b | ||
|
|
74da03bc07 | ||
|
|
ada1b73c13 | ||
|
|
d196d18641 | ||
|
|
a360bf535a | ||
|
|
f5c6b6d40e | ||
|
|
bd3caab3fc | ||
|
|
2f0fa77831 | ||
|
|
017f79442b | ||
|
|
cf648adae7 | ||
|
|
af7aa4d0d0 | ||
|
|
0bafd0ea25 | ||
|
|
045a254219 | ||
|
|
113f3b88f5 | ||
|
|
4b77ecefd5 | ||
|
|
fc2cca07cf | ||
|
|
24bf3a7e62 | ||
|
|
4159fbce71 | ||
|
|
1ef42c9040 | ||
|
|
a6e170cead | ||
|
|
691d87d0f1 | ||
|
|
5e5ad4100e | ||
|
|
93151ac7d2 | ||
|
|
966b1596be | ||
|
|
5991bd6da6 | ||
|
|
b3f799acfc | ||
|
|
ea4027714a | ||
|
|
4f599099a1 | ||
|
|
c161493c32 | ||
|
|
387241227a | ||
|
|
ecf85b4526 | ||
|
|
06f6302b9a | ||
|
|
7a9bb00877 | ||
|
|
2a01bac2b0 | ||
|
|
b2b4d49c52 | ||
|
|
0945809dc4 | ||
|
|
b270852fb5 | ||
|
|
4dc5f3d363 | ||
|
|
6169e0566e | ||
|
|
1686b0c98f | ||
|
|
3aa3ea59e7 | ||
|
|
ae40574cd7 | ||
|
|
5786fef97b | ||
|
|
efa421db4e | ||
|
|
fa820851a2 | ||
|
|
772a0f5d81 | ||
|
|
8e50a38035 | ||
|
|
253abf249d | ||
|
|
9a8b9cda93 | ||
|
|
93405894cd | ||
|
|
dad032168b | ||
|
|
73519549cd | ||
|
|
e13c08288e | ||
|
|
aefdd41772 | ||
|
|
3b551d5872 | ||
|
|
d50a890be9 | ||
|
|
9c92316686 |
@@ -8,24 +8,24 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
name: Bundler Restore
|
name: Gems Restore
|
||||||
keys:
|
keys:
|
||||||
- gem-cache-{{.Branch}}-{{checksum "Gemfile"}}
|
- gem-cache-{{.Branch}}-{{checksum "Gemfile"}}
|
||||||
- gem-cache-
|
- gem-cache-
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Bundler Install
|
name: Gems Install
|
||||||
command: |
|
command: |
|
||||||
gem update --system
|
gem update --system
|
||||||
bundle config set path "vendor/bundle"
|
bundle config set path "vendor/bundle"
|
||||||
bundle install
|
bundle install
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
name: Bundler Store
|
name: Gems Store
|
||||||
key: gem-cache-{{.Branch}}-{{checksum "Gemfile"}}
|
key: gem-cache-{{.Branch}}-{{checksum "Gemfile"}}
|
||||||
paths:
|
paths:
|
||||||
- vendor/bundle
|
- vendor/bundle
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Build
|
name: Rake
|
||||||
command: bundle exec rake
|
command: bundle exec rake
|
||||||
|
|||||||
2
.config/rubocop/config.yml
Normal file
2
.config/rubocop/config.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
inherit_gem:
|
||||||
|
caliber: config/all.yml
|
||||||
1
.github/FUNDING.yml
vendored
Normal file
1
.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
github: [bkuhlmann]
|
||||||
15
.github/ISSUE_TEMPLATE.md
vendored
15
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,11 +1,8 @@
|
|||||||
## Overview
|
## Why
|
||||||
<!-- Required. Describe, briefly, the behavior experienced and desired. -->
|
<!-- Required. Describe, briefly, why this issue is important. -->
|
||||||
|
|
||||||
## Screenshots/Screencasts
|
## How
|
||||||
<!-- Optional. Attach screenshot(s) and/or screencast(s) that demo the behavior. -->
|
<!-- Optional. List exact steps (numbered) to implement or reproduce behavior. Screen shots/casts are welcome. -->
|
||||||
|
|
||||||
## Steps to Recreate
|
## Notes
|
||||||
<!-- Required. List exact steps (numbered list) to reproduce errant behavior. -->
|
<!-- Optional. Provide additional details (i.e operating system, software version(s), stack dump, etc.) -->
|
||||||
|
|
||||||
## Environment
|
|
||||||
<!-- Required. What is your operating system, software version(s), etc. -->
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
3.1.0
|
3.3.5
|
||||||
|
|||||||
13
CITATION.cff
13
CITATION.cff
@@ -1,10 +1,10 @@
|
|||||||
cff-version: 1.2.0
|
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: Provides a shell based framework for automating the setup of a macOS machine.
|
abstract: Shell scripts for automated macOS machine setup.
|
||||||
version: 15.0.0
|
version: 19.0.0
|
||||||
license: Hippocratic-3.0
|
license: Hippocratic-2.1
|
||||||
date-released: 2021-12-27
|
date-released: 2024-09-19
|
||||||
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://www.alchemists.io/projects/mac_os
|
repository-code: https://github.com/bkuhlmann/mac_os
|
||||||
repository-artifact: https://www.alchemists.io/projects/mac_os
|
repository-artifact: https://alchemists.io/projects/mac_os
|
||||||
|
url: https://alchemists.io/projects/mac_os
|
||||||
|
|||||||
@@ -1,113 +0,0 @@
|
|||||||
= Contributor Covenant Code of Conduct
|
|
||||||
|
|
||||||
== Our Pledge
|
|
||||||
|
|
||||||
We as members, contributors, and leaders pledge to make participation in our community a
|
|
||||||
harassment-free experience for everyone, regardless of age, body size, visible or invisible
|
|
||||||
disability, ethnicity, sex characteristics, gender identity and expression, level of experience,
|
|
||||||
education, socio-economic status, nationality, personal appearance, race, religion, or sexual
|
|
||||||
identity and orientation.
|
|
||||||
|
|
||||||
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and
|
|
||||||
healthy community.
|
|
||||||
|
|
||||||
== Our Standards
|
|
||||||
|
|
||||||
Examples of behavior that contributes to a positive environment for our community include:
|
|
||||||
|
|
||||||
* Demonstrating empathy and kindness toward other people
|
|
||||||
* Being respectful of differing opinions, viewpoints, and experiences
|
|
||||||
* Giving and gracefully accepting constructive feedback
|
|
||||||
* Accepting responsibility and apologizing to those affected by our mistakes, and learning from the
|
|
||||||
experience
|
|
||||||
* Focusing on what is best not just for us as individuals, but for the overall community
|
|
||||||
|
|
||||||
Examples of unacceptable behavior include:
|
|
||||||
|
|
||||||
* The use of sexualized language or imagery, and sexual attention or advances of any kind
|
|
||||||
* Trolling, insulting or derogatory comments, and personal or political attacks
|
|
||||||
* Public or private harassment
|
|
||||||
* Publishing others' private information, such as a physical or email address, without their
|
|
||||||
explicit permission
|
|
||||||
* Other conduct which could reasonably be considered inappropriate in a professional setting
|
|
||||||
|
|
||||||
== Enforcement Responsibilities
|
|
||||||
|
|
||||||
Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior
|
|
||||||
and will take appropriate and fair corrective action in response to any behavior that they deem
|
|
||||||
inappropriate, threatening, offensive, or harmful.
|
|
||||||
|
|
||||||
Community leaders have the right and responsibility to remove, edit, or reject comments, commits,
|
|
||||||
code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and
|
|
||||||
will communicate reasons for moderation decisions when appropriate.
|
|
||||||
|
|
||||||
== Scope
|
|
||||||
|
|
||||||
This Code of Conduct applies within all community spaces, and also applies when an individual is
|
|
||||||
officially representing the community in public spaces. Examples of representing our community
|
|
||||||
include using an official e-mail address, posting via an official social media account, or acting as
|
|
||||||
an appointed representative at an online or offline event.
|
|
||||||
|
|
||||||
== Enforcement
|
|
||||||
|
|
||||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community
|
|
||||||
leaders responsible for enforcement at link:mailto:brooke@alchemists.io?subject=Conduct[Brooke Kuhlmann].
|
|
||||||
|
|
||||||
All complaints will be reviewed and investigated promptly and fairly.
|
|
||||||
|
|
||||||
All community leaders are obligated to respect the privacy and security of the reporter of any
|
|
||||||
incident.
|
|
||||||
|
|
||||||
== Enforcement Guidelines
|
|
||||||
|
|
||||||
Community leaders will follow these Community Impact Guidelines in determining the consequences for
|
|
||||||
any action they deem in violation of this Code of Conduct:
|
|
||||||
|
|
||||||
=== 1. Correction
|
|
||||||
|
|
||||||
**Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or
|
|
||||||
unwelcome in the community.
|
|
||||||
|
|
||||||
**Consequence**: A private, written warning from community leaders, providing clarity around the
|
|
||||||
nature of the violation and an explanation of why the behavior was inappropriate. A public apology
|
|
||||||
may be requested.
|
|
||||||
|
|
||||||
=== 2. Warning
|
|
||||||
|
|
||||||
**Community Impact**: A violation through a single incident or series of actions.
|
|
||||||
|
|
||||||
**Consequence**: A warning with consequences for continued behavior. No interaction with the people
|
|
||||||
involved, including unsolicited interaction with those enforcing the Code of Conduct, for a
|
|
||||||
specified period of time. This includes avoiding interactions in community spaces as well as
|
|
||||||
external channels like social media. Violating these terms may lead to a temporary or permanent ban.
|
|
||||||
|
|
||||||
=== 3. Temporary Ban
|
|
||||||
|
|
||||||
**Community Impact**: A serious violation of community standards, including sustained inappropriate
|
|
||||||
behavior.
|
|
||||||
|
|
||||||
**Consequence**: A temporary ban from any sort of interaction or public communication with the
|
|
||||||
community for a specified period of time. No public or private interaction with the people involved,
|
|
||||||
including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this
|
|
||||||
period. Violating these terms may lead to a permanent ban.
|
|
||||||
|
|
||||||
=== 4. Permanent Ban
|
|
||||||
|
|
||||||
**Community Impact**: Demonstrating a pattern of violation of community standards, including
|
|
||||||
sustained inappropriate behavior, harassment of an individual, or aggression toward or
|
|
||||||
disparagement of classes of individuals.
|
|
||||||
|
|
||||||
**Consequence**: A permanent ban from any sort of public interaction within the community.
|
|
||||||
|
|
||||||
== Attribution
|
|
||||||
|
|
||||||
This Code of Conduct is adapted from the
|
|
||||||
link:https://www.contributor-covenant.org/version/2/0/code_of_conduct.html[Contributor Covenant,
|
|
||||||
Version 2.0].
|
|
||||||
|
|
||||||
Community Impact Guidelines were inspired by link:https://github.com/mozilla/diversity[Mozilla's
|
|
||||||
code of conduct enforcement ladder].
|
|
||||||
|
|
||||||
For answers to common questions about this code of conduct, see the
|
|
||||||
link:https://www.contributor-covenant.org/faq[FAQ]. Translations are available
|
|
||||||
link:https://www.contributor-covenant.org/translations[here].
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
= Contributing
|
|
||||||
|
|
||||||
Thanks for taking an interest in this open source project. Your involvement and support is greatly
|
|
||||||
appreciated. The following details what you must know to contribute.
|
|
||||||
|
|
||||||
== Code
|
|
||||||
|
|
||||||
. Read the project link:README.adoc[README] before starting.
|
|
||||||
. Fork, clone, and create a feature branch this repository for local development.
|
|
||||||
. Ensure there are no setup, usage, and/or test issues.
|
|
||||||
. Add tests for new functionality and ensure they pass.
|
|
||||||
. Submit a pull request, follow the instructions provided, and ensure the build passes.
|
|
||||||
|
|
||||||
== Issues
|
|
||||||
|
|
||||||
Submit an issue via the GitHub Issues tab (assuming one does not already exist) and follow the
|
|
||||||
instructions provided.
|
|
||||||
|
|
||||||
== Feedback
|
|
||||||
|
|
||||||
* Expect a response within one to three business days.
|
|
||||||
* Changes, alternatives, and/or improvements may be suggested upon review.
|
|
||||||
8
Gemfile
8
Gemfile
@@ -1,6 +1,10 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
ruby file: ".ruby-version"
|
||||||
|
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "git-lint", "~> 2.0"
|
gem "caliber", "~> 0.58"
|
||||||
gem "rake", "~> 13.0"
|
gem "debug", "~> 1.9"
|
||||||
|
gem "git-lint", "~> 8.0"
|
||||||
|
gem "rake", "~> 13.2"
|
||||||
|
|||||||
348
LICENSE.adoc
348
LICENSE.adoc
@@ -1,214 +1,134 @@
|
|||||||
= HIPPOCRATIC LICENSE
|
= Hippocratic License
|
||||||
|
|
||||||
*Version 3.0, October 2021*
|
Version: 2.1.0.
|
||||||
|
|
||||||
https://firstdonoharm.dev
|
Purpose. The purpose of this License is for the Licensor named above to
|
||||||
|
permit the Licensee (as defined below) broad permission, if consistent
|
||||||
*TERMS AND CONDITIONS*
|
with Human Rights Laws and Human Rights Principles (as each is defined
|
||||||
|
below), to use and work with the Software (as defined below) within the
|
||||||
TERMS AND CONDITIONS FOR USE, COPY, MODIFICATION, PREPARATION OF DERIVATIVE WORK, REPRODUCTION, AND DISTRIBUTION:
|
full scope of Licensor’s copyright and patent rights, if any, in the
|
||||||
|
Software, while ensuring attribution and protecting the Licensor from
|
||||||
== 1. DEFINITIONS
|
liability.
|
||||||
|
|
||||||
_This section defines certain terms used throughout this license agreement._
|
Permission and Conditions. The Licensor grants permission by this
|
||||||
|
license ("License"), free of charge, to the extent of Licensor’s
|
||||||
1.1. "License" means the terms and conditions, as stated herein, for use, copy, modification, preparation of derivative work, reproduction, and distribution of Software (as defined below).
|
rights under applicable copyright and patent law, to any person or
|
||||||
|
entity (the "Licensee") obtaining a copy of this software and
|
||||||
1.2. "Licensor" means the copyright and/or patent owner or entity authorized by the copyright and/or patent owner that is granting the License.
|
associated documentation files (the "Software"), to do everything with
|
||||||
|
the Software that would otherwise infringe (i) the Licensor’s copyright
|
||||||
1.3. "Licensee" means the individual or entity exercising permissions granted by this License, including the use, copy, modification, preparation of derivative work, reproduction, and distribution of Software (as defined below).
|
in the Software or (ii) any patent claims to the Software that the
|
||||||
|
Licensor can license or becomes able to license, subject to all of the
|
||||||
1.4. "Software" means any copyrighted work, including but not limited to software code, authored by Licensor and made available under this License.
|
following terms and conditions:
|
||||||
|
|
||||||
1.5. "Supply Chain" means the sequence of processes involved in the production and/or distribution of a commodity, good, or service offered by the Licensee.
|
* Acceptance. This License is automatically offered to every person and
|
||||||
|
entity subject to its terms and conditions. Licensee accepts this
|
||||||
1.6. "Supply Chain Impacted Party" or "Supply Chain Impacted Parties" means any person(s) directly impacted by any of Licensee’s Supply Chain, including the practices of all persons or entities within the Supply Chain prior to a good or service reaching the Licensee.
|
License and agrees to its terms and conditions by taking any action with
|
||||||
|
the Software that, absent this License, would infringe any intellectual
|
||||||
1.7. "Duty of Care" is defined by its use in tort law, delict law, and/or similar bodies of law closely related to tort and/or delict law, including without limitation, a requirement to act with the watchfulness, attention, caution, and prudence that a reasonable person in the same or similar circumstances would use towards any Supply Chain Impacted Party.
|
property right held by Licensor.
|
||||||
|
* Notice. Licensee must ensure that everyone who gets a copy of any part
|
||||||
1.8. "Worker" is defined to include any and all permanent, temporary, and agency workers, as well as piece-rate, salaried, hourly paid, legal young (minors), part-time, night, and migrant workers.
|
of this Software from Licensee, with or without changes, also receives
|
||||||
|
the License and the above copyright notice (and if included by the
|
||||||
== 2. INTELLECTUAL PROPERTY GRANTS
|
Licensor, patent, trademark and attribution notice). Licensee must cause
|
||||||
|
any modified versions of the Software to carry prominent notices stating
|
||||||
_This section identifies intellectual property rights granted to a Licensee_.
|
that Licensee changed the Software. For clarity, although Licensee is
|
||||||
|
free to create modifications of the Software and distribute only the
|
||||||
2.1. _Grant of Copyright License_: Subject to the terms and conditions of this License, Licensor hereby grants to Licensee a worldwide, non-exclusive, no-charge, royalty-free copyright license to use, copy, modify, prepare derivative work, reproduce, or distribute the Software, Licensor authored modified software, or other work derived from the Software.
|
modified portion created by Licensee with additional or different terms,
|
||||||
|
the portion of the Software not modified must be distributed pursuant to
|
||||||
2.2 _Grant of Patent License_: Subject to the terms and conditions of this License, Licensor hereby grants Licensee a worldwide, non-exclusive, no-charge, royalty-free patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer Software.
|
this License. If anyone notifies Licensee in writing that Licensee has
|
||||||
|
not complied with this Notice section, Licensee can keep this License by
|
||||||
== 3. ETHICAL STANDARDS
|
taking all practical steps to comply within 30 days after the notice. If
|
||||||
|
Licensee does not do so, Licensee’s License (and all rights licensed
|
||||||
_This section lists conditions the Licensee must comply with in order to have rights under this License._
|
hereunder) shall end immediately.
|
||||||
|
* Compliance with Human Rights Principles and Human Rights Laws.
|
||||||
The rights granted to the Licensee by this License are expressly made subject to the Licensee’s ongoing compliance with the following conditions:
|
[arabic]
|
||||||
|
. Human Rights Principles.
|
||||||
3.1. The Licensee SHALL NOT, whether directly or indirectly, through agents or assigns:
|
[loweralpha]
|
||||||
|
.. Licensee is advised to consult the articles of the United Nations
|
||||||
3.1.1. Infringe upon any person’s right to life or security of person, engage in extrajudicial killings, or commit murder, without lawful cause +
|
Universal Declaration of Human Rights and the United Nations Global
|
||||||
(See Article 3, _United Nations Universal Declaration of Human Rights_; Article 6, _International Covenant on Civil and Political Rights_)
|
Compact that define recognized principles of international human rights
|
||||||
|
(the "Human Rights Principles"). Licensee shall use the Software in a
|
||||||
3.1.2. Hold any person in slavery, servitude, or forced labor +
|
manner consistent with Human Rights Principles.
|
||||||
(See Article 4, _United Nations Universal Declaration of Human Rights_; Article 8, _International Covenant on Civil and Political Rights_);
|
.. Unless the Licensor and Licensee agree otherwise, any dispute,
|
||||||
|
controversy, or claim arising out of or relating to (i) Section 1(a)
|
||||||
3.1.3. Contribute to the institution of slavery, slave trading, forced labor, or unlawful child labor +
|
regarding Human Rights Principles, including the breach of Section 1(a),
|
||||||
(See Article 4, _United Nations Universal Declaration of Human Rights_; Article 8, _International Covenant on Civil and Political Rights_);
|
termination of this License for breach of the Human Rights Principles,
|
||||||
|
or invalidity of Section 1(a) or (ii) a determination of whether any Law
|
||||||
3.1.4. Torture or subject any person to cruel, inhumane, or degrading treatment or punishment +
|
is consistent or in conflict with Human Rights Principles pursuant to
|
||||||
(See Article 5, _United Nations Universal Declaration of Human Rights_; Article 7, _International Covenant on Civil and Political Rights_);
|
Section 2, below, shall be settled by arbitration in accordance with the
|
||||||
|
Hague Rules on Business and Human Rights Arbitration (the "Rules");
|
||||||
3.1.5. Discriminate on the basis of sex, gender, sexual orientation, race, ethnicity, nationality, religion, caste, age, medical disability or impairment, and/or any other like circumstances +
|
provided, however, that Licensee may elect not to participate in such
|
||||||
(See Article 7, _United Nations Universal Declaration of Human Rights_; Article 2, _International Covenant on Economic, Social and Cultural Rights_; Article 26, _International Covenant on Civil and Political Rights_);
|
arbitration, in which event this License (and all rights licensed
|
||||||
|
hereunder) shall end immediately. The number of arbitrators shall be one
|
||||||
3.1.6. Prevent any person from exercising his/her/their right to seek an effective remedy by a competent court or national tribunal (including domestic judicial systems, international courts, arbitration bodies, and other adjudicating bodies) for actions violating the fundamental rights granted to him/her/them by applicable constitutions, applicable laws, or by this License +
|
unless the Rules require otherwise.
|
||||||
(See Article 8, _United Nations Universal Declaration of Human Rights_; Articles 9 and 14, _International Covenant on Civil and Political Rights_);
|
+
|
||||||
|
Unless both the Licensor and Licensee agree to the contrary: (1) All
|
||||||
3.1.7. Subject any person to arbitrary arrest, detention, or exile +
|
documents and information concerning the arbitration shall be public and
|
||||||
(See Article 9, _United Nations Universal Declaration of Human Rights_; Article 9, _International Covenant on Civil and Political Rights_);
|
may be disclosed by any party; (2) The repository referred to under
|
||||||
|
Article 43 of the Rules shall make available to the public in a timely
|
||||||
3.1.8. Subject any person to arbitrary interference with a person’s privacy, family, home, or correspondence without the express written consent of the person +
|
manner all documents concerning the arbitration which are communicated
|
||||||
(See Article 12, _United Nations Universal Declaration of Human Rights_; Article 17, _International Covenant on Civil and Political Rights_);
|
to it, including all submissions of the parties, all evidence admitted
|
||||||
|
into the record of the proceedings, all transcripts or other recordings
|
||||||
3.1.9. Arbitrarily deprive any person of his/her/their property +
|
of hearings and all orders, decisions and awards of the arbitral
|
||||||
(See Article 17, _United Nations Universal Declaration of Human Rights_);
|
tribunal, subject only to the arbitral tribunal’s powers to take such
|
||||||
|
measures as may be necessary to safeguard the integrity of the arbitral
|
||||||
3.1.10. Forcibly remove indigenous peoples from their lands or territories or take any action with the aim or effect of dispossessing indigenous peoples from their lands, territories, or resources, including without limitation the intellectual property or traditional knowledge of indigenous peoples, without the free, prior, and informed consent of indigenous peoples concerned +
|
process pursuant to Articles 18, 33, 41 and 42 of the Rules; and (3)
|
||||||
(See Articles 8 and 10, _United Nations Declaration on the Rights of Indigenous Peoples_);
|
Article 26(6) of the Rules shall not apply.
|
||||||
|
. Human Rights Laws. The Software shall not be used by any person or
|
||||||
3.1.11. Be an individual or entity, or a representative, agent, affiliate, successor, attorney, or assign of an individual or entity, on the FFI Solutions Carbon Underground 200 list;
|
entity for any systems, activities, or other uses that violate any Human
|
||||||
|
Rights Laws. "Human Rights Laws" means any applicable laws,
|
||||||
3.1.12. Commit ecocide:
|
regulations, or rules (collectively, "Laws") that protect human,
|
||||||
|
civil, labor, privacy, political, environmental, security, economic, due
|
||||||
3.1.12.1 For the purpose of this section, "ecocide" means unlawful or wanton acts committed with knowledge that there is a substantial likelihood of severe and either widespread or long-term damage to the environment being caused by those acts;
|
process, or similar rights; provided, however, that such Laws are
|
||||||
|
consistent and not in conflict with Human Rights Principles (a dispute
|
||||||
3.1.12.2 For the purpose of further defining ecocide and the terms contained in the previous paragraph:
|
over the consistency or a conflict between Laws and Human Rights
|
||||||
|
Principles shall be determined by arbitration as stated above). Where
|
||||||
3.1.12.2.1. "Wanton" means with reckless disregard for damage which would be clearly excessive in relation to the social and economic benefits anticipated;
|
the Human Rights Laws of more than one jurisdiction are applicable or in
|
||||||
|
conflict with respect to the use of the Software, the Human Rights Laws
|
||||||
3.1.12.2.2. "Severe" means damage which involves very serious adverse changes, disruption, or harm to any element of the environment, including grave impacts on human life or natural, cultural, or economic resources;
|
that are most protective of the individuals or groups harmed shall
|
||||||
|
apply.
|
||||||
3.1.12.2.3. "Widespread" means damage which extends beyond a limited geographic area, crosses state boundaries, or is suffered by an entire ecosystem or species or a large number of human beings;
|
. Indemnity. Licensee shall hold harmless and indemnify Licensor (and
|
||||||
|
any other contributor) against all losses, damages, liabilities,
|
||||||
3.1.12.2.4. "Long-term" means damage which is irreversible or which cannot be redressed through natural recovery within a reasonable period of time; and
|
deficiencies, claims, actions, judgments, settlements, interest, awards,
|
||||||
|
penalties, fines, costs, or expenses of whatever kind, including
|
||||||
3.1.12.2.5. "Environment" means the earth, its biosphere, cryosphere, lithosphere, hydrosphere, and atmosphere, as well as outer space
|
Licensor’s reasonable attorneys’ fees, arising out of or relating to
|
||||||
|
Licensee’s use of the Software in violation of Human Rights Laws or
|
||||||
(See Section II, _Independent Expert Panel for the Legal Definition of Ecocide_, Stop Ecocide Foundation and the Promise Institute for Human Rights at UCLA School of Law, June 2021);
|
Human Rights Principles.
|
||||||
|
* Failure to Comply. Any failure of Licensee to act according to the
|
||||||
3.1.13. Be an individual or entity, or a representative, agent, affiliate, successor, attorney, or assign of an individual or entity, that engages in fossil fuel or mineral exploration, extraction, development, or sale;
|
terms and conditions of this License is both a breach of the License and
|
||||||
|
an infringement of the intellectual property rights of the Licensor
|
||||||
3.1.14. Be an individual or entity, or a representative, agent, affiliate, successor, attorney, or assign of an individual or entity, identified by the Boycott, Divestment, Sanctions ("BDS") movement on its website (https://bdsmovement.net/ and https://bdsmovement.net/get-involved/what-to-boycott) as a target for boycott;
|
(subject to exceptions under Laws, e.g., fair use). In the event of a
|
||||||
|
breach or infringement, the terms and conditions of this License may be
|
||||||
3.1.15. Be an individual or entity that:
|
enforced by Licensor under the Laws of any jurisdiction to which
|
||||||
|
Licensee is subject. Licensee also agrees that the Licensor may enforce
|
||||||
3.1.15.1. engages in any commercial transactions with the Taliban; or
|
the terms and conditions of this License against Licensee through
|
||||||
|
specific performance (or similar remedy under Laws) to the extent
|
||||||
3.1.15.2. is a representative, agent, affiliate, successor, attorney, or assign of the Taliban;
|
permitted by Laws. For clarity, except in the event of a breach of this
|
||||||
|
License, infringement, or as otherwise stated in this License, Licensor
|
||||||
3.1.16. Be an individual or entity that:
|
may not terminate this License with Licensee.
|
||||||
|
* Enforceability and Interpretation. If any term or provision of this
|
||||||
3.1.16.1. engages in any commercial transactions with the Myanmar/Burmese military junta; or
|
License is determined to be invalid, illegal, or unenforceable by a
|
||||||
|
court of competent jurisdiction, then such invalidity, illegality, or
|
||||||
3.1.16.2. is a representative, agent, affiliate, successor, attorney, or assign of the Myanmar/Burmese government;
|
unenforceability shall not affect any other term or provision of this
|
||||||
|
License or invalidate or render unenforceable such term or provision in
|
||||||
3.1.17. Be an individual or entity, or a representative, agent, affiliate, successor, attorney, or assign of any individual or entity, that does business in, purchases goods from, or otherwise benefits from goods produced in the Xinjiang Uygur Autonomous Region of China;
|
any other jurisdiction; provided, however, subject to a court
|
||||||
|
modification pursuant to the immediately following sentence, if any term
|
||||||
3.1.18. Be an individual or entity:
|
or provision of this License pertaining to Human Rights Laws or Human
|
||||||
|
Rights Principles is deemed invalid, illegal, or unenforceable against
|
||||||
3.1.18.1. which U.S. Customs and Border Protection (CBP) has currently issued a Withhold Release Order (WRO) or finding against based on reasonable suspicion of forced labor; or
|
Licensee by a court of competent jurisdiction, all rights in the
|
||||||
|
Software granted to Licensee shall be deemed null and void as between
|
||||||
3.1.18.2. that is a representative, agent, affiliate, successor, attorney, or assign of an individual or entity that does business with an individual or entity which currently has a WRO or finding from CBP issued against it based on reasonable suspicion of forced labor;
|
Licensor and Licensee. Upon a determination that any term or provision
|
||||||
|
is invalid, illegal, or unenforceable, to the extent permitted by Laws,
|
||||||
3.1.19. Be a government agency or multinational corporation, or a representative, agent, affiliate, successor, attorney, or assign of a government or multinational corporation, which participates in mass surveillance programs;
|
the court may modify this License to affect the original purpose that
|
||||||
|
the Software be used in compliance with Human Rights Principles and
|
||||||
3.1.20. Be an entity or a representative, agent, affiliate, successor, attorney, or assign of an entity which conducts military activities;
|
Human Rights Laws as closely as possible. The language in this License
|
||||||
|
shall be interpreted as to its fair meaning and not strictly for or
|
||||||
3.1.21. Be an individual or entity, or a or a representative, agent, affiliate, successor, attorney, or assign of an individual or entity, that provides good or services to, or otherwise enters into any commercial contracts with, any local, state, or federal law enforcement agency;
|
against any party.
|
||||||
|
* Disclaimer. TO THE FULL EXTENT ALLOWED BY LAW, THIS SOFTWARE COMES
|
||||||
3.1.22. Be an individual or entity, or a or a representative, agent, affiliate, successor, attorney, or assign of an individual or entity, that broadcasts messages promoting killing, torture, or other forms of extreme violence;
|
"AS IS," WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED, AND LICENSOR AND
|
||||||
|
ANY OTHER CONTRIBUTOR SHALL NOT BE LIABLE TO ANYONE FOR ANY DAMAGES OR
|
||||||
3.1.23. Interfere with Workers’ free exercise of the right to organize and associate +
|
OTHER LIABILITY ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE
|
||||||
(See Article 20, United Nations Universal Declaration of Human Rights; C087 - Freedom of Association and Protection of the Right to Organise Convention, 1948 (No. 87), International Labour Organization; Article 8, International Covenant on Economic, Social and Cultural Rights); and
|
OR THIS LICENSE, UNDER ANY KIND OF LEGAL CLAIM.
|
||||||
|
|
||||||
3.1.24. Harm the environment in a manner inconsistent with local, state, national, or international law.
|
This Hippocratic License is an link:https://ethicalsource.dev[Ethical Source license] and is offered
|
||||||
|
for use by licensors and licensees at their own risk, on an "AS IS" basis, and with no warranties
|
||||||
3.2. The Licensee SHALL:
|
express or implied, to the maximum extent permitted by Laws.
|
||||||
|
|
||||||
3.2.1. Only use social auditing mechanisms that adhere to Worker-Driven Social Responsibility Network’s Statement of Principles (https://wsr-network.org/what-is-wsr/statement-of-principles/) over traditional social auditing mechanisms, to the extent the Licensee uses any social auditing mechanisms at all;
|
|
||||||
|
|
||||||
3.2.2. Ensure that if the Licensee has a Board of Directors, 30% of Licensee’s board seats are held by Workers paid no more than 200% of the compensation of the lowest paid Worker of the Licensee;
|
|
||||||
|
|
||||||
3.2.3. Provide clear, accessible supply chain data to the public in accordance with the following conditions:
|
|
||||||
|
|
||||||
3.2.3.1. All data will be on Licensee’s website and/or, to the extent Licensee is a representative, agent, affiliate, successor, attorney, subsidiary, or assign, on Licensee’s principal’s or parent’s website or some other online platform accessible to the public via an internet search on a common internet search engine; and
|
|
||||||
|
|
||||||
3.2.3.2. Data published will include, where applicable, manufacturers, top tier suppliers, subcontractors, cooperatives, component parts producers, and farms;
|
|
||||||
|
|
||||||
3.2.4. Provide equal pay for equal work where the performance of such work requires equal skill, effort, and responsibility, and which are performed under similar working conditions, except where such payment is made pursuant to:
|
|
||||||
|
|
||||||
3.2.4.1. A seniority system;
|
|
||||||
|
|
||||||
3.2.4.2. A merit system;
|
|
||||||
|
|
||||||
3.2.4.3. A system which measures earnings by quantity or quality of production; or
|
|
||||||
|
|
||||||
3.2.4.4. A differential based on any other factor other than sex, gender, sexual orientation, race, ethnicity, nationality, religion, caste, age, medical disability or impairment, and/or any other like circumstances +
|
|
||||||
(See 29 U.S.C.A. § 206(d)(1); Article 23, _United Nations Universal Declaration of Human Rights_; Article 7, _International Covenant on Economic, Social and Cultural Rights_; Article 26, _International Covenant on Civil and Political Rights_); and
|
|
||||||
|
|
||||||
3.2.5. Allow for reasonable limitation of working hours and periodic holidays with pay +
|
|
||||||
(See Article 24, _United Nations Universal Declaration of Human Rights_; Article 7, _International Covenant on Economic, Social and Cultural Rights_).
|
|
||||||
|
|
||||||
== 4. SUPPLY CHAIN IMPACTED PARTIES
|
|
||||||
|
|
||||||
_This section identifies additional individuals or entities that a Licensee could harm as a result of violating the Ethical Standards section, the condition that the Licensee must voluntarily accept a Duty of Care for those individuals or entities, and the right to a private right of action that those individuals or entities possess as a result of violations of the Ethical Standards section._
|
|
||||||
|
|
||||||
4.1. In addition to the above Ethical Standards, Licensee voluntarily accepts a Duty of Care for Supply Chain Impacted Parties of this License, including individuals and communities impacted by violations of the Ethical Standards. The Duty of Care is breached when a provision within the Ethical Standards section is violated by a Licensee, one of its successors or assigns, or by an individual or entity that exists within the Supply Chain prior to a good or service reaching the Licensee.
|
|
||||||
|
|
||||||
4.2. Breaches of the Duty of Care, as stated within this section, shall create a private right of action, allowing any Supply Chain Impacted Party harmed by the Licensee to take legal action against the Licensee in accordance with applicable negligence laws, whether they be in tort law, delict law, and/or similar bodies of law closely related to tort and/or delict law, regardless if Licensee is directly responsible for the harms suffered by a Supply Chain Impacted Party. Nothing in this section shall be interpreted to include acts committed by individuals outside of the scope of his/her/their employment.
|
|
||||||
|
|
||||||
== 5. NOTICE
|
|
||||||
|
|
||||||
_This section explains when a Licensee must notify others of the License._
|
|
||||||
|
|
||||||
5.1. _Distribution of Notice_: Licensee must ensure that everyone who receives a copy of or uses any part of Software from Licensee, with or without changes, also receives the License and the copyright notice included with Software (and if included by the Licensor, patent, trademark, and attribution notice). Licensee must ensure that License is prominently displayed so that any individual or entity seeking to download, copy, use, or otherwise receive any part of Software from Licensee is notified of this License and its terms and conditions. Licensee must cause any modified versions of the Software to carry prominent notices stating that Licensee changed the Software.
|
|
||||||
|
|
||||||
5.2. _Modified Software_: Licensee is free to create modifications of the Software and distribute only the modified portion created by Licensee, however, any derivative work stemming from the Software or its code must be distributed pursuant to this License, including this Notice provision.
|
|
||||||
|
|
||||||
5.3. _Recipients as Licensees_: Any individual or entity that uses, copies, modifies, reproduces, distributes, or prepares derivative work based upon the Software, all or part of the Software’s code, or a derivative work developed by using the Software, including a portion of its code, is a Licensee as defined above and is subject to the terms and conditions of this License.
|
|
||||||
|
|
||||||
== 6. REPRESENTATIONS AND WARRANTIES
|
|
||||||
|
|
||||||
6.1. _Disclaimer of Warranty_: TO THE FULL EXTENT ALLOWED BY LAW, THIS SOFTWARE COMES "AS IS," WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED, AND LICENSOR SHALL NOT BE LIABLE TO ANY PERSON OR ENTITY FOR ANY DAMAGES OR OTHER LIABILITY ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THIS LICENSE, UNDER ANY LEGAL CLAIM.
|
|
||||||
|
|
||||||
6.2. _Limitation of Liability_: LICENSEE SHALL HOLD LICENSOR HARMLESS AGAINST ANY AND ALL CLAIMS, DEBTS, DUES, LIABILITIES, LIENS, CAUSES OF ACTION, DEMANDS, OBLIGATIONS, DISPUTES, DAMAGES, LOSSES, EXPENSES, ATTORNEYS’ FEES, COSTS, LIABILITIES, AND ALL OTHER CLAIMS OF EVERY KIND AND NATURE WHATSOEVER, WHETHER KNOWN OR UNKNOWN, ANTICIPATED OR UNANTICIPATED, FORESEEN OR UNFORESEEN, ACCRUED OR UNACCRUED, DISCLOSED OR UNDISCLOSED, ARISING OUT OF OR RELATING TO LICENSEE’S USE OF THE SOFTWARE. NOTHING IN THIS SECTION SHOULD BE INTERPRETED TO REQUIRE LICENSEE TO INDEMNIFY LICENSOR, NOR REQUIRE LICENSOR TO INDEMNIFY LICENSEE.
|
|
||||||
|
|
||||||
== 7. TERMINATION
|
|
||||||
|
|
||||||
7.1. _Violations of Ethical Standards or Breaching Duty of Care_: If Licensee violates the Ethical Standards section or Licensee, or any other person or entity within the Supply Chain prior to a good or service reaching the Licensee, breaches its Duty of Care to Supply Chain Impacted Parties, Licensee must remedy the violation or harm caused by Licensee within 30 days of being notified of the violation or harm. If Licensee fails to remedy the violation or harm within 30 days, all rights in the Software granted to Licensee by License will be null and void as between Licensor and Licensee.
|
|
||||||
|
|
||||||
7.2. _Failure of Notice_: If any person or entity notifies Licensee in writing that Licensee has not complied with the Notice section of this License, Licensee can keep this License by taking all practical steps to comply within 30 days after the notice of noncompliance. If Licensee does not do so, Licensee’s License (and all rights licensed hereunder) will end immediately.
|
|
||||||
|
|
||||||
7.3. _Judicial Findings_: In the event Licensee is found by a civil, criminal, administrative, or other court of competent jurisdiction, or some other adjudicating body with legal authority, to have committed actions which are in violation of the Ethical Standards or Supply Chain Impacted Party sections of this License, all rights granted to Licensee by this License will terminate immediately.
|
|
||||||
|
|
||||||
7.4. _Patent Litigation_: If Licensee institutes patent litigation against any entity (including a cross-claim or counterclaim in a suit) alleging that the Software, all or part of the Software’s code, or a derivative work developed using the Software, including a portion of its code, constitutes direct or contributory patent infringement, then any patent license, along with all other rights, granted to Licensee under this License will terminate as of the date such litigation is filed.
|
|
||||||
|
|
||||||
7.5. _Additional Remedies_: Termination of the License by failing to remedy harms in no way prevents Licensor or Supply Chain Impacted Party from seeking appropriate remedies at law or in equity.
|
|
||||||
|
|
||||||
== 8. MISCELLANEOUS
|
|
||||||
|
|
||||||
8.1. _Conditions_: Sections 3, 4.1, 5.1, 5.2, 7.1, 7.2, 7.3, and 7.4 are conditions of the rights granted to Licensee in the License.
|
|
||||||
|
|
||||||
8.2. _Equitable Relief_: Licensor and any Supply Chain Impacted Party shall be entitled to equitable relief, including injunctive relief or specific performance of the terms hereof, in addition to any other remedy to which they are entitled at law or in equity.
|
|
||||||
|
|
||||||
8.3. _Copyleft_: Modified software, source code, or other derivative work must be licensed, in its entirety, under the exact same conditions as this License.
|
|
||||||
|
|
||||||
8.4. _Severability_: If any term or provision of this License is determined to be invalid, illegal, or unenforceable by a court of competent jurisdiction, any such determination of invalidity, illegality, or unenforceability shall not affect any other term or provision of this License or invalidate or render unenforceable such term or provision in any other jurisdiction. If the determination of invalidity, illegality, or unenforceability by a court of competent jurisdiction pertains to the terms or provisions contained in the Ethical Standards section of this License, all rights in the Software granted to Licensee shall be deemed null and void as between Licensor and Licensee.
|
|
||||||
|
|
||||||
8.5. _Section Titles_: Section titles are solely written for organizational purposes and should not be used to interpret the language within each section.
|
|
||||||
|
|
||||||
8.6. _Citations_: Citations are solely written to provide context for the source of the provisions in the Ethical Standards.
|
|
||||||
|
|
||||||
8.7. _Section Summaries_: Some sections have a brief _italicized description_ which is provided for the sole purpose of briefly describing the section and should not be used to interpret the terms of the License.
|
|
||||||
|
|
||||||
8.8. _Entire License_: This is the entire License between the Licensor and Licensee with respect to the claims released herein and that the consideration stated herein is the only consideration or compensation to be paid or exchanged between them for this License. This License cannot be modified or amended except in a writing signed by Licensor and Licensee.
|
|
||||||
|
|
||||||
8.9. _Successors and Assigns_: This License shall be binding upon and inure to the benefit of the Licensor’s and Licensee’s respective heirs, successors, and assigns.
|
|
||||||
|
|||||||
72
README.adoc
72
README.adoc
@@ -4,20 +4,17 @@
|
|||||||
|
|
||||||
= macOS
|
= macOS
|
||||||
|
|
||||||
[link=https://circleci.com/gh/bkuhlmann/mac_os]
|
|
||||||
image::https://circleci.com/gh/bkuhlmann/mac_os.svg?style=svg[Circle CI Status]
|
|
||||||
|
|
||||||
Shell scripts for automated macOS machine setup.
|
Shell scripts for automated macOS machine setup.
|
||||||
|
|
||||||
This project is a framework for automating the setup of a macOS machine. In order to illustrate the
|
This project is a framework for automating the setup of a macOS machine. In order to illustrate the
|
||||||
potential of what this project can do, please see the companion
|
potential of what this project can do, please see the companion
|
||||||
link:https://www.alchemists.io/projects/mac_os-config[macOS Config] project for details. The _macOS
|
link:https://alchemists.io/projects/mac_os-config[macOS Config] project for details. The _macOS
|
||||||
Config_ project is an opinionated configuration which meets the needs of my development environment
|
Config_ project is an opinionated configuration which meets the needs of my development environment
|
||||||
but is also meant to serve as an example and guide for building your own personalized setup. Here is
|
but is also meant to serve as an example and guide for building your own personalized setup. Here is
|
||||||
how the two projects are meant to be used:
|
how the two projects are meant to be used:
|
||||||
|
|
||||||
* *macOS* (this project) - The foundational framework for building custom macOS machine setups.
|
* *macOS* (this project) - The foundational framework for building custom macOS machine setups.
|
||||||
* *link:https://www.alchemists.io/projects/mac_os-config[macOS Configuration]* - The layer on top of
|
* *link:https://alchemists.io/projects/mac_os-config[macOS Configuration]* - The layer on top of
|
||||||
this _macOS_ project which defines a custom machine implementation. The project is meant to be
|
this _macOS_ project which defines a custom machine implementation. The project is meant to be
|
||||||
forked for as many custom machine setups as needed.
|
forked for as many custom machine setups as needed.
|
||||||
|
|
||||||
@@ -41,14 +38,9 @@ toc::[]
|
|||||||
* Configures installed software.
|
* Configures installed software.
|
||||||
* Supports restoration of machine backups.
|
* Supports restoration of machine backups.
|
||||||
|
|
||||||
== Screencast
|
|
||||||
|
|
||||||
[link=https://www.alchemists.io/screencasts/mac_os]
|
|
||||||
image::https://www.alchemists.io/images/screencasts/mac_os/cover.svg[Screencast,600,240,role=focal_point]
|
|
||||||
|
|
||||||
== Requirements
|
== Requirements
|
||||||
|
|
||||||
. link:https://www.apple.com/macos/monterey[macOS Monterey]
|
. link:https://www.apple.com/macos/macos-sequoia[macOS 15.0.0 (Sequoia)]
|
||||||
. link:https://developer.apple.com/xcode[Xcode]
|
. link:https://developer.apple.com/xcode[Xcode]
|
||||||
|
|
||||||
== Setup
|
== Setup
|
||||||
@@ -59,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 15.0.0
|
git checkout 19.0.0
|
||||||
----
|
----
|
||||||
|
|
||||||
== Usage
|
== Usage
|
||||||
@@ -124,23 +116,25 @@ When attempting to create a boot disk via `bin/run B`, you’ll be presented wit
|
|||||||
documentation (provided here for reference):
|
documentation (provided here for reference):
|
||||||
|
|
||||||
....
|
....
|
||||||
macOS Boot Disk Tips
|
macOS Boot Disk Setup
|
||||||
- Use a USB drive (8GB or higher).
|
1. Insert a USB drive (8GB or higher).
|
||||||
- Use Disk Utility to format the USB drive as "Mac OS Extended (Journaled)".
|
2. Use Disk Utility to format as "Mac OS Extended (Journaled)".
|
||||||
- Use Disk Utility to label the USB drive as "Untitled".
|
3. Use Disk Utility to set the schema, if available, as "GUID Partition Map".
|
||||||
|
4. Use Disk Utility to label as "Untitled".
|
||||||
|
5. Run this script to install the OS and create a bootable USB drive.
|
||||||
|
|
||||||
macOS Boot Disk Usage:
|
macOS Boot Disk Usage:
|
||||||
1. Insert the USB boot disk into the machine to be upgraded.
|
1. Insert the USB drive, created above, into the machine to be upgraded.
|
||||||
2. Reboot the machine.
|
2. Reboot the machine.
|
||||||
3. Hold the POWER (Silicon) or OPTION (Intel) key before the Apple logo appears.
|
3. Press and hold the POWER key before the Apple logo appears.
|
||||||
4. Select the USB boot disk from the menu.
|
4. Select the USB boot disk from the menu.
|
||||||
5. Use Disk Utility to delete and/or erase the hard drive including associated partitions.
|
5. Use Disk Utility to delete and/or erase the hard drive including associated partitions.
|
||||||
6. Use Disk Utility to create a single "APFS" drive as a "GUID Partition Table".
|
6. Use Disk Utility to create a single "APFS" drive.
|
||||||
7. Install the new operating system.
|
7. Install the new operating system.
|
||||||
|
|
||||||
macOS Boot Disk Recovery:
|
macOS Boot Disk Recovery:
|
||||||
1. Start/restart the machine.
|
1. Start/restart the machine.
|
||||||
2. Hold the POWER (Silicon) or COMMAND+R (Intel) keys before the Apple logo appears.
|
2. Press and hold the POWER key before the Apple logo appears.
|
||||||
3. Wait for the macOS installer to load from the recovery partition.
|
3. Wait for the macOS installer to load from the recovery partition.
|
||||||
4. Use the dialog options to launch Disk Utility, reinstall the system, etc.
|
4. Use the dialog options to launch Disk Utility, reinstall the system, etc.
|
||||||
....
|
....
|
||||||
@@ -175,13 +169,13 @@ All executable scripts can be found in the `bin` folder:
|
|||||||
* `bin/run` (required): The main script and interface for macOS setup.
|
* `bin/run` (required): The main script and interface for macOS setup.
|
||||||
|
|
||||||
The `lib` folder provides the base framework for installing, re-installing, and uninstalling
|
The `lib` folder provides the base framework for installing, re-installing, and uninstalling
|
||||||
software. Everything provided via the link:https://www.alchemists.io/projects/mac_os-config[macOS
|
software. Everything provided via the link:https://alchemists.io/projects/mac_os-config[macOS
|
||||||
Config] project is built upon the functions found in the `lib` folder. See the
|
Config] project is built upon the functions found in the `lib` folder. See the
|
||||||
link:https://www.alchemists.io/projects/mac_os-config[macOS Config] project for further details.
|
link:https://alchemists.io/projects/mac_os-config[macOS Config] project for further details.
|
||||||
|
|
||||||
* `lib/settings.sh`: Defines global settings for software applications, extensions, etc.
|
* `lib/settings.sh`: Defines global settings for software applications, extensions, etc.
|
||||||
|
|
||||||
== Troubleshooting
|
=== Troubleshooting
|
||||||
|
|
||||||
* *Pi-hole*: When using link:https://pi-hole.net[Pi-hole], you might need to temporarily disable
|
* *Pi-hole*: When using link:https://pi-hole.net[Pi-hole], you might need to temporarily disable
|
||||||
prior to upgrading as you might experience various errors with Apple not being able to detect an
|
prior to upgrading as you might experience various errors with Apple not being able to detect an
|
||||||
@@ -219,36 +213,20 @@ git clone https://github.com/bkuhlmann/mac_os.git
|
|||||||
cd mac_os
|
cd mac_os
|
||||||
----
|
----
|
||||||
|
|
||||||
== Versioning
|
== link:https://alchemists.io/policies/license[License]
|
||||||
|
|
||||||
Read link:https://semver.org[Semantic Versioning] for details. Briefly, it means:
|
== link:https://alchemists.io/policies/security[Security]
|
||||||
|
|
||||||
* Major (X.y.z) - Incremented for any backwards incompatible public API changes.
|
== link:https://alchemists.io/policies/code_of_conduct[Code of Conduct]
|
||||||
* Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes.
|
|
||||||
* Patch (x.y.Z) - Incremented for small, backwards compatible, bug fixes.
|
|
||||||
|
|
||||||
== Code of Conduct
|
== link:https://alchemists.io/policies/contributions[Contributions]
|
||||||
|
|
||||||
Please note that this project is released with a link:CODE_OF_CONDUCT.adoc[CODE OF CONDUCT]. By
|
== link:https://alchemists.io/policies/developer_certificate_of_origin[Developer Certificate of Origin]
|
||||||
participating in this project you agree to abide by its terms.
|
|
||||||
|
|
||||||
== Contributions
|
== link:https://alchemists.io/projects/mac_os/versions[Versions]
|
||||||
|
|
||||||
Read link:CONTRIBUTING.adoc[CONTRIBUTING] for details.
|
== link:https://alchemists.io/community[Community]
|
||||||
|
|
||||||
== Community
|
|
||||||
|
|
||||||
Feel free to link:https://www.alchemists.io/community[join the commmunity] for discussions related
|
|
||||||
to this project and much more.
|
|
||||||
|
|
||||||
== License
|
|
||||||
|
|
||||||
Read link:LICENSE.adoc[LICENSE] for details.
|
|
||||||
|
|
||||||
== Changes
|
|
||||||
|
|
||||||
Read link:CHANGES.adoc[CHANGES] for details.
|
|
||||||
|
|
||||||
== Credits
|
== Credits
|
||||||
|
|
||||||
Engineered by link:https://www.alchemists.io/team/brooke_kuhlmann[Brooke Kuhlmann].
|
Engineered by link:https://alchemists.io/team/brooke_kuhlmann[Brooke Kuhlmann].
|
||||||
|
|||||||
11
Rakefile
11
Rakefile
@@ -1,5 +1,12 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require "git/lint/rake/setup"
|
require "git/lint/rake/register"
|
||||||
|
require "rubocop/rake_task"
|
||||||
|
|
||||||
task default: :git_lint
|
Git::Lint::Rake::Register.call
|
||||||
|
RuboCop::RakeTask.new
|
||||||
|
|
||||||
|
desc "Run code quality checks"
|
||||||
|
task quality: %i[git_lint rubocop]
|
||||||
|
|
||||||
|
task default: :quality
|
||||||
|
|||||||
@@ -1,4 +1,140 @@
|
|||||||
= Changes
|
= Versions
|
||||||
|
|
||||||
|
== 19.0.0 (2024-09-19)
|
||||||
|
|
||||||
|
* 🟢 Added version release notes - Brooke Kuhlmann
|
||||||
|
* 🔼 Updated install root to use XDG binary path - Brooke Kuhlmann
|
||||||
|
* 🔼 Updated to macOS 15.0.0 (Sequoia) - Brooke Kuhlmann
|
||||||
|
|
||||||
|
== 18.3.2 (2024-09-03)
|
||||||
|
|
||||||
|
* 🟢 Added README Developer Certificate of Origin documentation - Brooke Kuhlmann
|
||||||
|
* 🔼 Updated to Ruby 3.3.5 - Brooke Kuhlmann
|
||||||
|
|
||||||
|
== 18.3.1 (2024-08-17)
|
||||||
|
|
||||||
|
* 🔼 Updated to Ruby 3.3.4 - Brooke Kuhlmann
|
||||||
|
|
||||||
|
== 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)
|
||||||
|
|
||||||
|
* 🔼 Updated RuboCop to use XDG local configuration - Brooke Kuhlmann
|
||||||
|
* 🔼 Updated to Caliber 0.51.0 - Brooke Kuhlmann
|
||||||
|
* 🔼 Updated to Git Lint 7.1.0 - Brooke Kuhlmann
|
||||||
|
* 🔼 Updated to Git Lint 7.3.0 - Brooke Kuhlmann
|
||||||
|
* 🔼 Updated to Rake 13.2.0 - Brooke Kuhlmann
|
||||||
|
|
||||||
|
== 18.1.0 (2024-02-25)
|
||||||
|
|
||||||
|
* 🔼 Updated to Caliber 0.50.0 - Brooke Kuhlmann
|
||||||
|
* 🔁 Refactored bin script printing - Brooke Kuhlmann
|
||||||
|
* 🔁 Refactored library functions - Brooke Kuhlmann
|
||||||
|
|
||||||
|
== 18.0.0 (2024-01-06)
|
||||||
|
|
||||||
|
* Added Rakefile quality task - Brooke Kuhlmann
|
||||||
|
* Updated Circle CI step names - Brooke Kuhlmann
|
||||||
|
* Updated GitHub issue template with simplified sections - Brooke Kuhlmann
|
||||||
|
* Updated gem dependencies - Brooke Kuhlmann
|
||||||
|
* Updated to Caliber 0.42.0 - Brooke Kuhlmann
|
||||||
|
* Updated to Ruby 3.3.0 - Brooke Kuhlmann
|
||||||
|
* Refactored Gemfile to use ruby file syntax - Brooke Kuhlmann
|
||||||
|
|
||||||
|
== 17.0.0 (2023-09-28)
|
||||||
|
|
||||||
|
* Added Debug gem - Brooke Kuhlmann
|
||||||
|
* Updated to macOS Sonoma - Brooke Kuhlmann
|
||||||
|
|
||||||
|
== 16.0.4 (2023-06-19)
|
||||||
|
|
||||||
|
* Updated to Caliber 0.35.0 - Brooke Kuhlmann
|
||||||
|
* Updated to Git Lint 6.0.0 - Brooke Kuhlmann
|
||||||
|
* Updated to Refinements 11.0.0 - Brooke Kuhlmann
|
||||||
|
|
||||||
|
== 16.0.3 (2023-05-18)
|
||||||
|
|
||||||
|
* Updated to Caliber 0.30.0 - Brooke Kuhlmann
|
||||||
|
|
||||||
|
== 16.0.2 (2023-04-02)
|
||||||
|
|
||||||
|
* Fixed programs without extensions to install to user directory - Brooke Kuhlmann
|
||||||
|
* Updated site URLs to use bare domain - Brooke Kuhlmann
|
||||||
|
* Updated to Ruby 3.2.1 - Brooke Kuhlmann
|
||||||
|
* Updated to Ruby 3.2.2 - Brooke Kuhlmann
|
||||||
|
|
||||||
|
== 16.0.1 (2023-02-05)
|
||||||
|
|
||||||
|
* Added Rake binstub - Brooke Kuhlmann
|
||||||
|
* Updated to Caliber 0.21.0 - Brooke Kuhlmann
|
||||||
|
* Updated to Caliber 0.25.0 - Brooke Kuhlmann
|
||||||
|
* Updated to Git Lint 5.0.0 - Brooke Kuhlmann
|
||||||
|
|
||||||
|
== 16.0.0 (2022-12-25)
|
||||||
|
|
||||||
|
* Fixed Node installer to detect Node and version - Brooke Kuhlmann
|
||||||
|
* Fixed Ruby installer to pass configuration options - Brooke Kuhlmann
|
||||||
|
* Updated README sections - Brooke Kuhlmann
|
||||||
|
* Updated installs for basic, default, and shell scripts - Brooke Kuhlmann
|
||||||
|
* Updated run script to distinquish between applications and libraries - Brooke Kuhlmann
|
||||||
|
* Updated to Caliber 0.11.0 - Brooke Kuhlmann
|
||||||
|
* Updated to Caliber 0.16.0 - Brooke Kuhlmann
|
||||||
|
* Updated to Ruby 3.1.3 - Brooke Kuhlmann
|
||||||
|
* Updated to Ruby 3.2.0 - Brooke Kuhlmann
|
||||||
|
* Updated to macOS Ventura - Brooke Kuhlmann
|
||||||
|
* Removed configure software script - Brooke Kuhlmann
|
||||||
|
* Removed mention of Intel CPUs from boot disk instructions - Brooke Kuhlmann
|
||||||
|
* Removed system update from Ruby install - Brooke Kuhlmann
|
||||||
|
* Removed uninstallers and reinstallers - Brooke Kuhlmann
|
||||||
|
* Refactored download file function to use multi-line curl command - Brooke Kuhlmann
|
||||||
|
|
||||||
|
== 15.0.5 (2022-05-07)
|
||||||
|
|
||||||
|
* Updated to Caliber 0.6.0 - Brooke Kuhlmann
|
||||||
|
* Updated to Caliber 0.7.0 - Brooke Kuhlmann
|
||||||
|
* Updated to Caliber 0.8.0 - Brooke Kuhlmann
|
||||||
|
|
||||||
|
== 15.0.4 (2022-04-17)
|
||||||
|
|
||||||
|
* Added GitHub sponsorship configuration - Brooke Kuhlmann
|
||||||
|
* Updated to Caliber 0.4.0 - Brooke Kuhlmann
|
||||||
|
* Updated to Caliber 0.5.0 - Brooke Kuhlmann
|
||||||
|
* Updated to Git Lint 4.0.0 - Brooke Kuhlmann
|
||||||
|
* Updated to Ruby 3.1.2 - Brooke Kuhlmann
|
||||||
|
|
||||||
|
== 15.0.3 (2022-03-16)
|
||||||
|
|
||||||
|
* Fixed Homebrew install to initially default to ZSH - Brooke Kuhlmann
|
||||||
|
|
||||||
|
== 15.0.2 (2022-03-03)
|
||||||
|
|
||||||
|
* Fixed Hippocratic License to be 2.1.0 version - Brooke Kuhlmann
|
||||||
|
* Added Caliber gem - Brooke Kuhlmann
|
||||||
|
* Added Ruby version to Gemfile - Brooke Kuhlmann
|
||||||
|
* Updated default Rake task to include Git Lint and Rubocop - Brooke Kuhlmann
|
||||||
|
* Updated to Git Lint 3.2.0 - Brooke Kuhlmann
|
||||||
|
* Updated to Ruby 3.1.1 - Brooke Kuhlmann
|
||||||
|
* Removed README badges - Brooke Kuhlmann
|
||||||
|
|
||||||
|
== 15.0.1 (2022-01-01)
|
||||||
|
|
||||||
|
* Updated README policy section links - Brooke Kuhlmann
|
||||||
|
* Updated changes as versions documentation - Brooke Kuhlmann
|
||||||
|
* Updated to Git Lint 3.0.0 - Brooke Kuhlmann
|
||||||
|
* Removed code of conduct and contributing files - Brooke Kuhlmann
|
||||||
|
|
||||||
== 15.0.0 (2021-12-27)
|
== 15.0.0 (2021-12-27)
|
||||||
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
#! /usr/bin/env bash
|
|
||||||
|
|
||||||
# Applies basic system settings.
|
|
||||||
|
|
||||||
set -o nounset
|
|
||||||
set -o errexit
|
|
||||||
set -o pipefail
|
|
||||||
IFS=$'\n\t'
|
|
||||||
|
|
||||||
SCRIPT_PATH="$MAC_OS_CONFIG_PATH/bin/apply_basic_settings"
|
|
||||||
|
|
||||||
if [[ -x "$SCRIPT_PATH" ]]; then
|
|
||||||
"$SCRIPT_PATH"
|
|
||||||
else
|
|
||||||
printf "WARNING: Basic settings script does not exist or is not executable.\n"
|
|
||||||
fi
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
#! /usr/bin/env bash
|
|
||||||
|
|
||||||
# Applies default settings.
|
|
||||||
|
|
||||||
set -o nounset
|
|
||||||
set -o errexit
|
|
||||||
set -o pipefail
|
|
||||||
IFS=$'\n\t'
|
|
||||||
|
|
||||||
SCRIPT_PATH="$MAC_OS_CONFIG_PATH/bin/apply_default_settings"
|
|
||||||
|
|
||||||
if [[ -x "$SCRIPT_PATH" ]]; then
|
|
||||||
"$SCRIPT_PATH"
|
|
||||||
else
|
|
||||||
printf "WARNING: Default settings script does not exist or is not executable.\n"
|
|
||||||
fi
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
#! /usr/bin/env bash
|
|
||||||
|
|
||||||
# Configures installed software.
|
|
||||||
|
|
||||||
set -o nounset
|
|
||||||
set -o errexit
|
|
||||||
set -o pipefail
|
|
||||||
IFS=$'\n\t'
|
|
||||||
|
|
||||||
SCRIPT_PATH="$MAC_OS_CONFIG_PATH/bin/configure_software"
|
|
||||||
|
|
||||||
if [[ -x "$SCRIPT_PATH" ]]; then
|
|
||||||
"$SCRIPT_PATH"
|
|
||||||
else
|
|
||||||
printf "WARNING: Configure software script does not exist or is not executable.\n"
|
|
||||||
fi
|
|
||||||
@@ -2,33 +2,35 @@
|
|||||||
|
|
||||||
# Creates macOS boot disk.
|
# Creates macOS boot disk.
|
||||||
|
|
||||||
printf "macOS Boot Disk Tips\n"
|
printf "%s\n" "macOS Boot Disk Setup"
|
||||||
printf " - Use a USB drive (8GB or higher).\n"
|
printf "%s\n" " 1. Insert a USB drive (8GB or higher)."
|
||||||
printf " - Use Disk Utility to format the USB drive as \"Mac OS Extended (Journaled)\".\n"
|
printf "%s\n" " 2. Use Disk Utility to format as \"Mac OS Extended (Journaled)\"."
|
||||||
printf " - Use Disk Utility to label the USB drive as \"Untitled\".\n"
|
printf "%s\n" " 3. Use Disk Utility to set the schema, if available, as \"GUID Partition Map\"."
|
||||||
printf "\nmacOS Boot Disk Usage:\n"
|
printf "%s\n" " 4. Use Disk Utility to label as \"Untitled\"."
|
||||||
printf " 1. Insert the USB boot disk into the machine to be upgraded.\n"
|
printf "%s\n" " 5. Run this script to install the OS and create a bootable USB drive."
|
||||||
printf " 2. Reboot the machine.\n"
|
printf "\n%s\n" "macOS Boot Disk Usage:"
|
||||||
printf " 3. Hold the POWER (Silicon) or OPTION (Intel) key before the Apple logo appears.\n"
|
printf "%s\n" " 1. Insert the USB drive, created above, into the machine to be upgraded."
|
||||||
printf " 4. Select the USB boot disk from the menu.\n"
|
printf "%s\n" " 2. Reboot the machine."
|
||||||
printf " 5. Use Disk Utility to delete and/or erase the hard drive including associated partitions.\n"
|
printf "%s\n" " 3. Press and hold the POWER key before the Apple logo appears."
|
||||||
printf " 6. Use Disk Utility to create a single \"APFS\" drive as a \"GUID Partition Table\".\n"
|
printf "%s\n" " 4. Select the USB boot disk from the menu."
|
||||||
printf " 7. Install the new operating system.\n"
|
printf "%s\n" " 5. Use Disk Utility to delete and/or erase the hard drive including associated partitions."
|
||||||
printf "\nmacOS Boot Disk Recovery:\n"
|
printf "%s\n" " 6. Use Disk Utility to create a single \"APFS\" drive."
|
||||||
printf " 1. Start/restart the machine.\n"
|
printf "%s\n" " 7. Install the new operating system."
|
||||||
printf " 2. Hold the POWER (Silicon) or COMMAND+R (Intel) keys before the Apple logo appears.\n"
|
printf "\n%s\n" "macOS Boot Disk Recovery:"
|
||||||
printf " 3. Wait for the macOS installer to load from the recovery partition.\n"
|
printf "%s\n" " 1. Start/restart the machine."
|
||||||
printf " 4. Use the dialog options to launch Disk Utility, reinstall the system, etc.\n"
|
printf "%s\n" " 2. Press and hold the POWER key before the Apple logo appears."
|
||||||
|
printf "%s\n" " 3. Wait for the macOS installer to load from the recovery partition."
|
||||||
|
printf "%s\n" " 4. Use the dialog options to launch Disk Utility, reinstall the system, etc."
|
||||||
|
|
||||||
printf "\nCreating macOS boot disk...\n"
|
printf "\n%s\n" "Creating macOS boot disk..."
|
||||||
|
|
||||||
if [[ ! -e "$MAC_OS_BOOT_DISK_CREATOR" ]]; then
|
if [[ ! -e "$MAC_OS_BOOT_DISK_CREATOR" ]]; then
|
||||||
printf "ERROR: macOS installer does not exist: $MAC_OS_BOOT_DISK_CREATOR. Use System Preferences → Software Update to download.\n"
|
printf "%s\n" "ERROR: macOS installer does not exist: $MAC_OS_BOOT_DISK_CREATOR. Use System Preferences → Software Update to download."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -d "$MAC_OS_BOOT_DISK_PATH" ]]; then
|
if [[ ! -d "$MAC_OS_BOOT_DISK_PATH" ]]; then
|
||||||
printf "ERROR: Boot disk must be mounted at: $MAC_OS_BOOT_DISK_PATH.\n"
|
printf "%s\n" "ERROR: Boot disk must be mounted at: $MAC_OS_BOOT_DISK_PATH."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -13,5 +13,5 @@ if [[ -x "$SCRIPT_PATH" ]]; then
|
|||||||
check_mas_install
|
check_mas_install
|
||||||
"$SCRIPT_PATH"
|
"$SCRIPT_PATH"
|
||||||
else
|
else
|
||||||
printf "WARNING: App Store install script does not exist or is not executable.\n"
|
printf "%s\n" "WARNING: App Store install script does not exist or is not executable."
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -12,5 +12,5 @@ SCRIPT_PATH="$MAC_OS_CONFIG_PATH/bin/install_applications"
|
|||||||
if [[ -x "$SCRIPT_PATH" ]]; then
|
if [[ -x "$SCRIPT_PATH" ]]; then
|
||||||
"$SCRIPT_PATH"
|
"$SCRIPT_PATH"
|
||||||
else
|
else
|
||||||
printf "WARNING: Applications install script does not exist or is not executable.\n"
|
printf "%s\n" "WARNING: Applications install script does not exist or is not executable."
|
||||||
fi
|
fi
|
||||||
|
|||||||
16
bin/install_basics
Executable file
16
bin/install_basics
Executable file
@@ -0,0 +1,16 @@
|
|||||||
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
|
# Installs basic system settings.
|
||||||
|
|
||||||
|
set -o nounset
|
||||||
|
set -o errexit
|
||||||
|
set -o pipefail
|
||||||
|
IFS=$'\n\t'
|
||||||
|
|
||||||
|
SCRIPT_PATH="$MAC_OS_CONFIG_PATH/bin/install_basics"
|
||||||
|
|
||||||
|
if [[ -x "$SCRIPT_PATH" ]]; then
|
||||||
|
"$SCRIPT_PATH"
|
||||||
|
else
|
||||||
|
printf "%s\n" "WARNING: Basic settings script does not exist or is not executable."
|
||||||
|
fi
|
||||||
16
bin/install_defaults
Executable file
16
bin/install_defaults
Executable file
@@ -0,0 +1,16 @@
|
|||||||
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
|
# Installs system and application default settings.
|
||||||
|
|
||||||
|
set -o nounset
|
||||||
|
set -o errexit
|
||||||
|
set -o pipefail
|
||||||
|
IFS=$'\n\t'
|
||||||
|
|
||||||
|
SCRIPT_PATH="$MAC_OS_CONFIG_PATH/bin/install_defaults"
|
||||||
|
|
||||||
|
if [[ -x "$SCRIPT_PATH" ]]; then
|
||||||
|
"$SCRIPT_PATH"
|
||||||
|
else
|
||||||
|
printf "%s\n" "WARNING: Default settings script does not exist or is not executable."
|
||||||
|
fi
|
||||||
@@ -1,14 +1,14 @@
|
|||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
Installs development tooling requirements.
|
# Installs development tooling requirements.
|
||||||
|
|
||||||
printf "Installing Xcode CLI tools...\n"
|
printf "%s\n" "Installing Xcode CLI tools..."
|
||||||
xcode-select --install
|
xcode-select --install
|
||||||
|
|
||||||
printf "%s\n" "💡 ALT+TAB to view and accept Xcode license window."
|
printf "%s\n" "💡 ALT+TAB to view and accept Xcode license window."
|
||||||
read -p "Have you completed the Xcode CLI tools install (y/n)? " xcode_response
|
read -p "Have you completed the Xcode CLI tools install (y/n)? " xcode_response
|
||||||
if [[ "$xcode_response" != "y" ]]; then
|
if [[ "$xcode_response" != "y" ]]; then
|
||||||
printf "ERROR: Xcode CLI tools must be installed before proceeding.\n"
|
printf "%s\n" "ERROR: Xcode CLI tools must be installed before proceeding."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -1,16 +0,0 @@
|
|||||||
#! /usr/bin/env bash
|
|
||||||
|
|
||||||
# Installs dotfiles.
|
|
||||||
|
|
||||||
set -o nounset
|
|
||||||
set -o errexit
|
|
||||||
set -o pipefail
|
|
||||||
IFS=$'\n\t'
|
|
||||||
|
|
||||||
SCRIPT_PATH="$MAC_OS_CONFIG_PATH/bin/install_dotfiles"
|
|
||||||
|
|
||||||
if [[ -x "$SCRIPT_PATH" ]]; then
|
|
||||||
"$SCRIPT_PATH"
|
|
||||||
else
|
|
||||||
printf "WARNING: Dotfiles install script does not exist or is not executable.\n"
|
|
||||||
fi
|
|
||||||
@@ -12,5 +12,5 @@ SCRIPT_PATH="$MAC_OS_CONFIG_PATH/bin/install_extensions"
|
|||||||
if [[ -x "$SCRIPT_PATH" ]]; then
|
if [[ -x "$SCRIPT_PATH" ]]; then
|
||||||
"$SCRIPT_PATH"
|
"$SCRIPT_PATH"
|
||||||
else
|
else
|
||||||
printf "WARNING: Application extensions install script does not exist or is not executable.\n"
|
printf "%s\n" "WARNING: Application extensions install script does not exist or is not executable."
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -13,5 +13,5 @@ if [[ -x "$SCRIPT_PATH" ]]; then
|
|||||||
install_homebrew
|
install_homebrew
|
||||||
"$SCRIPT_PATH"
|
"$SCRIPT_PATH"
|
||||||
else
|
else
|
||||||
printf "WARNING: Homebrew Casks install script does not exist or is not executable.\n"
|
printf "%s\n" "WARNING: Homebrew Casks install script does not exist or is not executable."
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -13,5 +13,5 @@ if [[ -x "$SCRIPT_PATH" ]]; then
|
|||||||
install_homebrew
|
install_homebrew
|
||||||
"$SCRIPT_PATH"
|
"$SCRIPT_PATH"
|
||||||
else
|
else
|
||||||
printf "WARNING: Homebrew Formulas install script does not exist or is not executable.\n"
|
printf "%s\n" "WARNING: Homebrew Formulas install script does not exist or is not executable."
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -13,5 +13,5 @@ if [[ -x "$SCRIPT_PATH" ]]; then
|
|||||||
install_node
|
install_node
|
||||||
"$SCRIPT_PATH"
|
"$SCRIPT_PATH"
|
||||||
else
|
else
|
||||||
printf "WARNING: Node packages install script does not exist or is not executable.\n"
|
printf "%s\n" "WARNING: Node packages install script does not exist or is not executable."
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -13,5 +13,5 @@ if [[ -x "$SCRIPT_PATH" ]]; then
|
|||||||
install_ruby
|
install_ruby
|
||||||
"$SCRIPT_PATH"
|
"$SCRIPT_PATH"
|
||||||
else
|
else
|
||||||
printf "WARNING: Ruby gems install script does not exist or is not executable.\n"
|
printf "%s\n" "WARNING: Ruby gems install script does not exist or is not executable."
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -13,5 +13,5 @@ if [[ -x "$SCRIPT_PATH" ]]; then
|
|||||||
install_rust
|
install_rust
|
||||||
"$SCRIPT_PATH"
|
"$SCRIPT_PATH"
|
||||||
else
|
else
|
||||||
printf "WARNING: Rust crates install script does not exist or is not executable.\n"
|
printf "%s\n" "WARNING: Rust crates install script does not exist or is not executable."
|
||||||
fi
|
fi
|
||||||
|
|||||||
16
bin/install_shell
Executable file
16
bin/install_shell
Executable file
@@ -0,0 +1,16 @@
|
|||||||
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
|
# Installs shell.
|
||||||
|
|
||||||
|
set -o nounset
|
||||||
|
set -o errexit
|
||||||
|
set -o pipefail
|
||||||
|
IFS=$'\n\t'
|
||||||
|
|
||||||
|
SCRIPT_PATH="$MAC_OS_CONFIG_PATH/bin/install_shell"
|
||||||
|
|
||||||
|
if [[ -x "$SCRIPT_PATH" ]]; then
|
||||||
|
"$SCRIPT_PATH"
|
||||||
|
else
|
||||||
|
printf "%s\n" "WARNING: Shell script does not exist or is not executable."
|
||||||
|
fi
|
||||||
6
bin/rake
Executable file
6
bin/rake
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
#! /usr/bin/env ruby
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
require "bundler/setup"
|
||||||
|
|
||||||
|
load Gem.bin_path "rake", "rake"
|
||||||
@@ -12,5 +12,5 @@ SCRIPT_PATH="$MAC_OS_CONFIG_PATH/bin/restore_backup"
|
|||||||
if [[ -x "$SCRIPT_PATH" ]]; then
|
if [[ -x "$SCRIPT_PATH" ]]; then
|
||||||
"$SCRIPT_PATH"
|
"$SCRIPT_PATH"
|
||||||
else
|
else
|
||||||
printf "WARNING: Restore backup script does not exist or is not executable.\n"
|
printf "%s\n" "WARNING: Restore backup script does not exist or is not executable."
|
||||||
fi
|
fi
|
||||||
|
|||||||
76
bin/run
76
bin/run
@@ -4,22 +4,20 @@
|
|||||||
|
|
||||||
source lib/installers.sh
|
source lib/installers.sh
|
||||||
source lib/options.sh
|
source lib/options.sh
|
||||||
source lib/reinstallers.sh
|
|
||||||
source lib/settings.sh
|
source lib/settings.sh
|
||||||
source lib/uninstallers.sh
|
|
||||||
source lib/utilities.sh
|
source lib/utilities.sh
|
||||||
source lib/verifiers.sh
|
source lib/verifiers.sh
|
||||||
|
|
||||||
if [[ -e "$MAC_OS_CONFIG_PATH" ]]; then
|
if [[ -e "$MAC_OS_CONFIG_PATH" ]]; then
|
||||||
source "$MAC_OS_CONFIG_PATH/lib/settings.sh"
|
source "$MAC_OS_CONFIG_PATH/lib/settings.sh"
|
||||||
else
|
else
|
||||||
printf "ERROR: Unable to load macOS configuration: $MAC_OS_CONFIG_PATH.\n\n"
|
printf "%s\n\n" "ERROR: Unable to load macOS configuration: $MAC_OS_CONFIG_PATH."
|
||||||
printf "Please check the following before continuing:\n"
|
printf "%s\n" "Please check the following before continuing:"
|
||||||
printf " • Download the default macOS configuration here: https://github.com/bkuhlmann/mac_os-config.\n"
|
printf "%s\n" " • Download the default macOS configuration here: https://github.com/bkuhlmann/mac_os-config."
|
||||||
printf " • Customize as necessary for your setup or fork the project and make your own configuration.\n"
|
printf "%s\n" " • Customize as necessary for your setup or fork the project and make your own configuration."
|
||||||
printf " • When finished, your folder structure should look like this:\n"
|
printf "%s\n" " • When finished, your folder structure should look like this:"
|
||||||
printf " • <root path>/mac_os:\n"
|
printf "%s\n" " • <root path>/mac_os:"
|
||||||
printf " • <root path>/mac_os-config:\n"
|
printf "%s\n" " • <root path>/mac_os-config:"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -27,41 +25,37 @@ configure_environment
|
|||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
if [[ $# == 0 ]]; then
|
if [[ $# == 0 ]]; then
|
||||||
printf "\nUsage: run OPTION\n"
|
printf "\n%s\n" "Usage: run OPTION"
|
||||||
printf "\nOSX Options:\n"
|
printf "\n%s\n" "OSX Options:"
|
||||||
printf " Boot:\n"
|
printf "%s\n" " Boot:"
|
||||||
printf " B: Create boot disk.\n"
|
printf "%s\n" " B: Create boot disk."
|
||||||
printf " Install:\n"
|
printf "%s\n" " Install:"
|
||||||
printf " b: Apply basic settings.\n"
|
printf "%s\n" " b: Install basics."
|
||||||
printf " t: Install development tools.\n"
|
printf "%s\n" " t: Install development tools."
|
||||||
printf " hf: Install Homebrew Formulas.\n"
|
printf "%s\n" " hf: Install Homebrew Formulas."
|
||||||
printf " hc: Install Homebrew Casks.\n"
|
printf "%s\n" " hc: Install Homebrew Casks."
|
||||||
printf " m: Install Mac App Store software.\n"
|
printf "%s\n" " m: Install Mac App Store software."
|
||||||
printf " a: Install application software.\n"
|
printf "%s\n" " a: Install application software."
|
||||||
printf " x: Install application software extensions.\n"
|
printf "%s\n" " x: Install application software extensions."
|
||||||
printf " df: Install dotfiles.\n"
|
printf "%s\n" " d: Install defaults."
|
||||||
printf " np: Install Node packages.\n"
|
printf "%s\n" " s: Install shell."
|
||||||
printf " rg: Install Ruby gems.\n"
|
printf "%s\n" " r: Restore backups."
|
||||||
printf " rc: Install Rust crates.\n"
|
printf "%s\n" " i: Install all (i.e. executes all of the above steps in order listed)."
|
||||||
printf " d: Apply default settings.\n"
|
printf "%s\n" " Libraries:"
|
||||||
printf " cs: Configure installed software.\n"
|
printf "%s\n" " np: Install Node packages."
|
||||||
printf " i: Install all (i.e. executes all of the above steps in order listed).\n"
|
printf "%s\n" " rg: Install Ruby gems."
|
||||||
printf " Restore:\n"
|
printf "%s\n" " rc: Install Rust crates."
|
||||||
printf " R: Restore settings from backup.\n"
|
printf "%s\n" " l: Install libraries (i.e. executes all of the above steps in order listed)."
|
||||||
printf " Manage:\n"
|
printf "%s\n" " Manage:"
|
||||||
printf " c: Check status of managed software.\n"
|
printf "%s\n" " c: Check status of managed software."
|
||||||
printf " C: Caffeinate machine.\n"
|
printf "%s\n" " C: Caffeinate machine."
|
||||||
printf " ua: Uninstall application software.\n"
|
printf "%s\n" " w: Clean work (temp) directory."
|
||||||
printf " ux: Uninstall application software extension.\n"
|
printf "%s\n\n" " q: Quit/Exit."
|
||||||
printf " ra: Reinstall application software.\n"
|
|
||||||
printf " rx: Reinstall application software extension.\n"
|
|
||||||
printf " w: Clean work (temp) directory.\n"
|
|
||||||
printf " q: Quit/Exit.\n\n"
|
|
||||||
read -p "Enter selection: " response
|
read -p "Enter selection: " response
|
||||||
printf "\n"
|
printf "\n"
|
||||||
process_option $response
|
process_option "$response"
|
||||||
else
|
else
|
||||||
process_option $1
|
process_option "$1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
break
|
break
|
||||||
|
|||||||
@@ -2,8 +2,9 @@
|
|||||||
|
|
||||||
# Defines software installer functions.
|
# Defines software installer functions.
|
||||||
|
|
||||||
# Downloads remote file to local disk.
|
# Label: Download File
|
||||||
# Parameters: $1 (required) - URL, $2 (required) - File name, $3 (optional) - HTTP header.
|
# Description: Download remote file to local disk.
|
||||||
|
# Parameters: $1 (required): URL, $2 (required): File name, $3 (optional): HTTP header.
|
||||||
download_file() {
|
download_file() {
|
||||||
local url="$1"
|
local url="$1"
|
||||||
local file_name="$2"
|
local file_name="$2"
|
||||||
@@ -11,43 +12,60 @@ download_file() {
|
|||||||
|
|
||||||
printf "%s\n" "Downloading $1..."
|
printf "%s\n" "Downloading $1..."
|
||||||
clean_work_path
|
clean_work_path
|
||||||
mkdir $MAC_OS_WORK_PATH
|
mkdir "$MAC_OS_WORK_PATH"
|
||||||
curl --header "$http_header" --location --retry 3 --retry-delay 5 --fail --silent --show-error "$url" >> "$MAC_OS_WORK_PATH/$file_name"
|
|
||||||
|
curl --header "$http_header" \
|
||||||
|
--location \
|
||||||
|
--retry 3 \
|
||||||
|
--retry-delay 5 \
|
||||||
|
--fail \
|
||||||
|
--silent \
|
||||||
|
--show-error \
|
||||||
|
"$url" >> "$MAC_OS_WORK_PATH/$file_name"
|
||||||
}
|
}
|
||||||
export -f download_file
|
export -f download_file
|
||||||
|
|
||||||
# Installs an application.
|
# Label: Install Application
|
||||||
# Parameters: $1 (required) - Application source path, $2 (required) - Application name.
|
# Description: Install an application.
|
||||||
|
# Parameters: $1 (required): Install path, $2 (required): Name.
|
||||||
install_app() {
|
install_app() {
|
||||||
local install_root=$(get_install_root "$2")
|
local install_path="$1"
|
||||||
local file_extension=$(get_extension "$2")
|
local name="$2"
|
||||||
|
local install_root=""
|
||||||
|
local file_extension=""
|
||||||
|
|
||||||
printf "Installing: $install_root/$2...\n"
|
install_root=$(get_install_root "$name")
|
||||||
|
file_extension=$(get_extension "$name")
|
||||||
|
|
||||||
|
printf "%s\n" "Installing: $install_root/$name..."
|
||||||
|
|
||||||
case $file_extension in
|
case $file_extension in
|
||||||
'')
|
'')
|
||||||
cp -a "$1/$2" "$install_root";;
|
cp -a "$install_path/$name" "$install_root";;
|
||||||
'app')
|
'app')
|
||||||
cp -a "$1/$2" "$install_root";;
|
cp -a "$install_path/$name" "$install_root";;
|
||||||
'prefPane')
|
'prefPane')
|
||||||
sudo cp -pR "$1/$2" "$install_root";;
|
sudo cp -pR "$install_path/$name" "$install_root";;
|
||||||
'qlgenerator')
|
'qlgenerator')
|
||||||
sudo cp -pR "$1/$2" "$install_root" && qlmanage -r;;
|
sudo cp -pR "$install_path/$name" "$install_root" && qlmanage -r;;
|
||||||
*)
|
*)
|
||||||
printf "ERROR: Unknown file extension: $file_extension.\n"
|
printf "%s\n" "ERROR: Unknown file extension: $file_extension."
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
export -f install_app
|
export -f install_app
|
||||||
|
|
||||||
# Installs an application via a DMG file.
|
# Label: Install DMG Application
|
||||||
# Parameters: $1 (required) - URL, $2 (required) - Mount path, $3 (required) - Application name.
|
# Description: Install DMG application.
|
||||||
|
# Parameters: $1 (required): URL, $2 (required): Mount path, $3 (required): Application name.
|
||||||
install_dmg_app() {
|
install_dmg_app() {
|
||||||
local url="$1"
|
local url="$1"
|
||||||
local mount_point="/Volumes/$2"
|
local mount_point="/Volumes/$2"
|
||||||
local app_name="$3"
|
local app_name="$3"
|
||||||
local install_path=$(get_install_path "$app_name")
|
local install_path=""
|
||||||
local work_file="download.dmg"
|
local work_file="download.dmg"
|
||||||
|
|
||||||
|
install_path=$(get_install_path "$app_name")
|
||||||
|
|
||||||
if [[ ! -e "$install_path" ]]; then
|
if [[ ! -e "$install_path" ]]; then
|
||||||
download_file "$url" "$work_file"
|
download_file "$url" "$work_file"
|
||||||
mount_image "$MAC_OS_WORK_PATH/$work_file"
|
mount_image "$MAC_OS_WORK_PATH/$work_file"
|
||||||
@@ -58,66 +76,76 @@ install_dmg_app() {
|
|||||||
}
|
}
|
||||||
export -f install_dmg_app
|
export -f install_dmg_app
|
||||||
|
|
||||||
# Installs a package via a DMG file.
|
# Label: Install DMG Package
|
||||||
# Parameters: $1 (required) - URL, $2 (required) - Mount path, $3 (required) - Application name.
|
# Description: Install DMG application via a package file.
|
||||||
|
# Parameters: $1 (required): URL, $2 (required): Mount path, $3 (required): Application name.
|
||||||
install_dmg_pkg() {
|
install_dmg_pkg() {
|
||||||
local url="$1"
|
local url="$1"
|
||||||
local mount_point="/Volumes/$2"
|
local mount_point="/Volumes/$2"
|
||||||
local app_name="$3"
|
local app_name="$3"
|
||||||
local install_path=$(get_install_path "$app_name")
|
local install_path=""
|
||||||
local work_file="download.dmg"
|
local work_file="download.dmg"
|
||||||
|
|
||||||
|
install_path=$(get_install_path "$app_name")
|
||||||
|
|
||||||
if [[ ! -e "$install_path" ]]; then
|
if [[ ! -e "$install_path" ]]; then
|
||||||
download_file "$url" "$work_file"
|
download_file "$url" "$work_file"
|
||||||
mount_image "$MAC_OS_WORK_PATH/$work_file"
|
mount_image "$MAC_OS_WORK_PATH/$work_file"
|
||||||
install_pkg "$mount_point" "$app_name"
|
install_pkg "$mount_point" "$app_name"
|
||||||
unmount_image "$mount_point"
|
unmount_image "$mount_point"
|
||||||
printf "Installed: $app_name.\n"
|
printf "%s\n" "Installed: $app_name."
|
||||||
verify_application "$app_name"
|
verify_application "$app_name"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
export -f install_dmg_pkg
|
export -f install_dmg_pkg
|
||||||
|
|
||||||
# Installs a single file.
|
# Label: Install File
|
||||||
# Parameters: $1 (required) - URL, $2 (required) - Install path.
|
# Description: Install a single file.
|
||||||
|
# Parameters: $1 (required): URL, $2 (required): Install path.
|
||||||
install_file() {
|
install_file() {
|
||||||
local file_url="$1"
|
local file_url="$1"
|
||||||
local file_name=$(get_basename "$1")
|
local file_name=""
|
||||||
local install_path="$2"
|
local install_path="$2"
|
||||||
|
|
||||||
|
file_name=$(get_basename "$1")
|
||||||
|
|
||||||
if [[ ! -e "$install_path" ]]; then
|
if [[ ! -e "$install_path" ]]; then
|
||||||
download_file "$file_url" "$file_name"
|
download_file "$file_url" "$file_name"
|
||||||
mkdir -p $(dirname "$install_path")
|
mkdir -p $(dirname "$install_path")
|
||||||
mv "$MAC_OS_WORK_PATH/$file_name" "$install_path"
|
mv "$MAC_OS_WORK_PATH/$file_name" "$install_path"
|
||||||
printf "Installed: $file_name.\n"
|
printf "%s\n" "Installed: $file_name."
|
||||||
verify_path "$install_path"
|
verify_path "$install_path"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
export -f install_file
|
export -f install_file
|
||||||
|
|
||||||
# Installs application code from a Git repository.
|
# Label: Install Git Application
|
||||||
# Parameters: $1 (required) - Repository URL, $2 (required) - Install path, $3 (optional) - Git clone options.
|
# Description: Install application from a Git repository.
|
||||||
|
# Parameters: $1 (required): URL, $2 (required): Install path, $3 (optional): Git clone options.
|
||||||
install_git_app() {
|
install_git_app() {
|
||||||
local repository_url="$1"
|
local url="$1"
|
||||||
local app_name=$(get_basename "$2")
|
|
||||||
local install_path="$2"
|
local install_path="$2"
|
||||||
|
local app_name=""
|
||||||
local options="--quiet"
|
local options="--quiet"
|
||||||
|
|
||||||
|
app_name="$(get_basename "$2")"
|
||||||
|
|
||||||
if [[ -n "$3" ]]; then
|
if [[ -n "$3" ]]; then
|
||||||
local options="$options $3"
|
local options="$options $3"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -e "$install_path" ]]; then
|
if [[ ! -e "$install_path" ]]; then
|
||||||
printf "Installing: $install_path/$app_name...\n"
|
printf "%s\n" "Installing: $install_path..."
|
||||||
git clone $options "$repository_url" "$install_path"
|
git clone $options "$url" "$install_path"
|
||||||
printf "Installed: $app_name.\n"
|
printf "%s\n" "Installed: $app_name."
|
||||||
verify_path "$install_path"
|
verify_path "$install_path"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
export -f install_git_app
|
export -f install_git_app
|
||||||
|
|
||||||
# Installs settings from a Git repository.
|
# Label: Install Git Project
|
||||||
# Parameters: $1 (required) - Repository URL, $2 (required) - Repository version, $3 (required) - Project directory, $4 (required) - Script to run (including any arguments).
|
# Description: Install Git project.
|
||||||
|
# Parameters: $1 (required): URL, $2 (required): Version, $3 (required): Project directory, $4 (required): Script to run (including any arguments).
|
||||||
install_git_project() {
|
install_git_project() {
|
||||||
local repo_url="$1"
|
local repo_url="$1"
|
||||||
local repo_version="$2"
|
local repo_version="$2"
|
||||||
@@ -134,84 +162,105 @@ install_git_project() {
|
|||||||
}
|
}
|
||||||
export -f install_git_project
|
export -f install_git_project
|
||||||
|
|
||||||
# Installs Homebrew.
|
# Label: Install Homebrew
|
||||||
# Parameters: None.
|
# Description: Install and setup Homebrew.
|
||||||
install_homebrew() {
|
install_homebrew() {
|
||||||
if ! command -v brew > /dev/null; then
|
if ! command -v brew > /dev/null; then
|
||||||
/bin/bash -c "$(curl --location --fail --silent --show-error https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
/bin/bash -c "$(curl --location --fail --silent --show-error https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||||
|
echo "eval \"($(get_homebrew_bin_root)/brew shellenv)\"" > "$HOME/.zprofile"
|
||||||
|
eval "$($(get_homebrew_bin_root)/brew shellenv)"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
export -f install_homebrew
|
export -f install_homebrew
|
||||||
|
|
||||||
# Installs a package via a zip file.
|
# Label: Install Bare Package
|
||||||
# Parameters: $1 (required) - URL, $2 (required) - Application name.
|
# Description: Install a bare package.
|
||||||
|
# Parameters: $1 (required): URL, $2 (required): Application name.
|
||||||
install_bare_pkg() {
|
install_bare_pkg() {
|
||||||
local url="$1"
|
local url="$1"
|
||||||
local app_name="$2"
|
local app_name="$2"
|
||||||
local install_path=$(get_install_path "$app_name")
|
local install_path=""
|
||||||
local work_file="$app_name.pkg"
|
local work_file="$app_name.pkg"
|
||||||
|
|
||||||
|
install_path=$(get_install_path "$app_name")
|
||||||
|
|
||||||
if [[ ! -e "$install_path" ]]; then
|
if [[ ! -e "$install_path" ]]; then
|
||||||
download_file "$url" "$work_file"
|
download_file "$url" "$work_file"
|
||||||
install_pkg "$MAC_OS_WORK_PATH" "$app_name"
|
install_pkg "$MAC_OS_WORK_PATH" "$app_name"
|
||||||
printf "Installed: $app_name.\n"
|
printf "%s\n" "Installed: $app_name."
|
||||||
verify_application "$app_name"
|
verify_application "$app_name"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
export -f install_bare_pkg
|
export -f install_bare_pkg
|
||||||
|
|
||||||
# Installs a package.
|
# Label: Install Package
|
||||||
# Parameters: $1 (required) - Package source path, $2 (required) - Application name.
|
# Description: Install local package.
|
||||||
|
# Parameters: $1 (required): Package source path, $2 (required): Application name.
|
||||||
install_pkg() {
|
install_pkg() {
|
||||||
local install_root=$(get_install_root "$2")
|
local source_path="$1"
|
||||||
|
local name="$2"
|
||||||
|
local install_root=""
|
||||||
|
local package=""
|
||||||
|
|
||||||
printf "Installing: $install_root/$2...\n"
|
install_root=$(get_install_root "$name")
|
||||||
local package=$(sudo find "$1" -maxdepth 1 -type f -name "*.pkg" -o -name "*.mpkg")
|
package=$(sudo find "$source_path" -maxdepth 1 -type f -name "*.pkg" -o -name "*.mpkg")
|
||||||
|
|
||||||
|
printf "%s\n" "Installing: $install_root/$name..."
|
||||||
sudo installer -pkg "$package" -target /
|
sudo installer -pkg "$package" -target /
|
||||||
}
|
}
|
||||||
export -f install_pkg
|
export -f install_pkg
|
||||||
|
|
||||||
# Installs program (single file).
|
# Label: Install Program
|
||||||
# Parameters: $1 (required) - URL, $2 (required) - Program name.
|
# Description: Installs program without any packaging.
|
||||||
|
# Parameters: $1 (required): URL, $2 (required): Name.
|
||||||
install_program() {
|
install_program() {
|
||||||
local url="$1"
|
local url="$1"
|
||||||
local program_name="$2"
|
local program_name="$2"
|
||||||
local install_path=$(get_install_path "$program_name")
|
local install_root=""
|
||||||
|
local install_path=""
|
||||||
|
|
||||||
|
install_root=$(get_install_root "$program_name")
|
||||||
|
install_path=$(get_install_path "$program_name")
|
||||||
|
|
||||||
if [[ ! -e "$install_path" ]]; then
|
if [[ ! -e "$install_path" ]]; then
|
||||||
download_file "$url" "$program_name"
|
download_file "$url" "$program_name"
|
||||||
|
mkdir -p "$install_root"
|
||||||
mv "$MAC_OS_WORK_PATH/$program_name" "$install_path"
|
mv "$MAC_OS_WORK_PATH/$program_name" "$install_path"
|
||||||
chmod 755 "$install_path"
|
chmod 755 "$install_path"
|
||||||
printf "Installed: $program_name.\n"
|
printf "%s\n" "Installed: $program_name."
|
||||||
verify_application "$program_name"
|
verify_application "$program_name"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
export -f install_program
|
export -f install_program
|
||||||
|
|
||||||
# Installs Node.
|
# Label: Install Node
|
||||||
# Parameters: None.
|
# Description: Install and setup Node for local development.
|
||||||
install_node() {
|
install_node() {
|
||||||
if ! command -v fnm > /dev/null; then
|
if [[ ! -x "$(command -v node)" ]]; then
|
||||||
$(get_homebrew_bin_root)/fnm install --lts
|
"$(get_homebrew_bin_root)/fnm" install --latest
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
export -f install_node
|
export -f install_node
|
||||||
|
|
||||||
# Installs Ruby.
|
# Label: Install Ruby
|
||||||
# Parameters: None.
|
# Description: Install and setup Ruby for local development.
|
||||||
install_ruby() {
|
install_ruby() {
|
||||||
local version="$(cat $HOME/.ruby-version | tr -d '\n')"
|
local version=""
|
||||||
|
|
||||||
|
version="$(cat $HOME/.ruby-version | tr -d '\n')"
|
||||||
|
|
||||||
if [[ ! -x "$(command -v ruby)" && -n $(ruby --version | grep --quiet "$version") ]]; then
|
if [[ ! -x "$(command -v ruby)" && -n $(ruby --version | grep --quiet "$version") ]]; then
|
||||||
$(get_homebrew_bin_root)/frum install "$version"
|
"$(get_homebrew_bin_root)"/frum install "$version" \
|
||||||
$(get_homebrew_bin_root)/frum local "$version"
|
--with-openssl-dir="$(brew --prefix openssl)" \
|
||||||
gem update --system && gem update
|
--enable-shared \
|
||||||
|
--disable-silent-rules
|
||||||
|
"$(get_homebrew_bin_root)"/frum local "$version"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
export -f install_ruby
|
export -f install_ruby
|
||||||
|
|
||||||
# Installs Rust.
|
# Label: Install Rust
|
||||||
# Parameters: None.
|
# Description: Install and setup Rust for local development.
|
||||||
install_rust() {
|
install_rust() {
|
||||||
if ! command -v cargo > /dev/null; then
|
if ! command -v cargo > /dev/null; then
|
||||||
curl --proto "=https" --tlsv1.2 --fail --silent --show-error https://sh.rustup.rs | sh
|
curl --proto "=https" --tlsv1.2 --fail --silent --show-error https://sh.rustup.rs | sh
|
||||||
@@ -219,15 +268,18 @@ install_rust() {
|
|||||||
}
|
}
|
||||||
export -f install_rust
|
export -f install_rust
|
||||||
|
|
||||||
# Installs an application via a tar file.
|
# Label: Install Tar Application
|
||||||
# Parameters: $1 (required) - URL, $2 (required) - Application name, $3 (required) - Decompress options.
|
# Description: Install application from tar file.
|
||||||
|
# Parameters: $1 (required): URL, $2 (required): Name, $3 (required): Decompress options.
|
||||||
install_tar_app() {
|
install_tar_app() {
|
||||||
local url="$1"
|
local url="$1"
|
||||||
local app_name="$2"
|
local app_name="$2"
|
||||||
local options="$3"
|
local options="$3"
|
||||||
local install_path=$(get_install_path "$app_name")
|
local install_path=""
|
||||||
local work_file="download.tar"
|
local work_file="download.tar"
|
||||||
|
|
||||||
|
install_path=$(get_install_path "$app_name")
|
||||||
|
|
||||||
if [[ ! -e "$install_path" ]]; then
|
if [[ ! -e "$install_path" ]]; then
|
||||||
download_file "$url" "$work_file"
|
download_file "$url" "$work_file"
|
||||||
|
|
||||||
@@ -238,20 +290,23 @@ install_tar_app() {
|
|||||||
)
|
)
|
||||||
|
|
||||||
install_app "$MAC_OS_WORK_PATH" "$app_name"
|
install_app "$MAC_OS_WORK_PATH" "$app_name"
|
||||||
printf "Installed: $app_name.\n"
|
printf "%s\n" "Installed: $app_name."
|
||||||
verify_application "$app_name"
|
verify_application "$app_name"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
export -f install_tar_app
|
export -f install_tar_app
|
||||||
|
|
||||||
# Installs an application via a zip file.
|
# Label: Install Zip Application
|
||||||
# Parameters: $1 (required) - URL, $2 (required) - Application name.
|
# Description: Install application from zip file.
|
||||||
|
# Parameters: $1 (required): URL, $2 (required): Name.
|
||||||
install_zip_app() {
|
install_zip_app() {
|
||||||
local url="$1"
|
local url="$1"
|
||||||
local app_name="$2"
|
local app_name="$2"
|
||||||
local install_path=$(get_install_path "$app_name")
|
local install_path=""
|
||||||
local work_file="download.zip"
|
local work_file="download.zip"
|
||||||
|
|
||||||
|
install_path=$(get_install_path "$app_name")
|
||||||
|
|
||||||
if [[ ! -e "$install_path" ]]; then
|
if [[ ! -e "$install_path" ]]; then
|
||||||
download_file "$url" "$work_file"
|
download_file "$url" "$work_file"
|
||||||
|
|
||||||
@@ -263,20 +318,23 @@ install_zip_app() {
|
|||||||
)
|
)
|
||||||
|
|
||||||
install_app "$MAC_OS_WORK_PATH" "$app_name"
|
install_app "$MAC_OS_WORK_PATH" "$app_name"
|
||||||
printf "Installed: $app_name.\n"
|
printf "%s\n" "Installed: $app_name."
|
||||||
verify_application "$app_name"
|
verify_application "$app_name"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
export -f install_zip_app
|
export -f install_zip_app
|
||||||
|
|
||||||
# Installs a package via a zip file.
|
# Label: Install Zip Package
|
||||||
# Parameters: $1 (required) - URL, $2 (required) - Application name.
|
# Description: Install application from a package within a zip file.
|
||||||
|
# Parameters: $1 (required): URL, $2 (required): Application name.
|
||||||
install_zip_pkg() {
|
install_zip_pkg() {
|
||||||
local url="$1"
|
local url="$1"
|
||||||
local app_name="$2"
|
local app_name="$2"
|
||||||
local install_path=$(get_install_path "$app_name")
|
local install_path=""
|
||||||
local work_file="download.zip"
|
local work_file="download.zip"
|
||||||
|
|
||||||
|
install_path=$(get_install_path "$app_name")
|
||||||
|
|
||||||
if [[ ! -e "$install_path" ]]; then
|
if [[ ! -e "$install_path" ]]; then
|
||||||
download_file "$url" "$work_file"
|
download_file "$url" "$work_file"
|
||||||
|
|
||||||
@@ -287,24 +345,26 @@ install_zip_pkg() {
|
|||||||
)
|
)
|
||||||
|
|
||||||
install_pkg "$MAC_OS_WORK_PATH" "$app_name"
|
install_pkg "$MAC_OS_WORK_PATH" "$app_name"
|
||||||
printf "Installed: $app_name.\n"
|
printf "%s\n" "Installed: $app_name."
|
||||||
verify_application "$app_name"
|
verify_application "$app_name"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
export -f install_zip_pkg
|
export -f install_zip_pkg
|
||||||
|
|
||||||
# Mounts a disk image.
|
# Label: Mount Image
|
||||||
# Parameters: $1 (required) - Image path.
|
# Description: Mount disk image.
|
||||||
|
# Parameters: $1 (required): Path.
|
||||||
mount_image() {
|
mount_image() {
|
||||||
printf "Mounting image...\n"
|
printf "%s\n" "Mounting image..."
|
||||||
hdiutil attach -quiet -nobrowse -noautoopen "$1"
|
hdiutil attach -quiet -nobrowse -noautoopen "$1"
|
||||||
}
|
}
|
||||||
export -f mount_image
|
export -f mount_image
|
||||||
|
|
||||||
# Unmounts a disk image.
|
# Label: Unmount Image
|
||||||
# Parameters: $1 (required) - Mount path.
|
# Description: Unmount disk image.
|
||||||
|
# Parameters: $1 (required): Path.
|
||||||
unmount_image() {
|
unmount_image() {
|
||||||
printf "Unmounting image...\n"
|
printf "%s\n" "Unmounting image..."
|
||||||
hdiutil detach -force "$1"
|
hdiutil detach -force "$1"
|
||||||
}
|
}
|
||||||
export -f unmount_image
|
export -f unmount_image
|
||||||
|
|||||||
@@ -2,14 +2,16 @@
|
|||||||
|
|
||||||
# Defines command line prompt options.
|
# Defines command line prompt options.
|
||||||
|
|
||||||
# Process option selection.
|
|
||||||
# Parameters: $1 (required) - The option to process.
|
# Label: Process Option
|
||||||
|
# Description: Run script based on selection.
|
||||||
|
# Parameters: $1 (required): The option to process.
|
||||||
process_option() {
|
process_option() {
|
||||||
case $1 in
|
case $1 in
|
||||||
'B')
|
'B')
|
||||||
bin/create_boot_disk;;
|
bin/create_boot_disk;;
|
||||||
'b')
|
'b')
|
||||||
bin/apply_basic_settings;;
|
bin/install_basics;;
|
||||||
't')
|
't')
|
||||||
bin/install_dev_tools;;
|
bin/install_dev_tools;;
|
||||||
'hf')
|
'hf')
|
||||||
@@ -22,37 +24,35 @@ process_option() {
|
|||||||
bin/install_applications;;
|
bin/install_applications;;
|
||||||
'x')
|
'x')
|
||||||
bin/install_extensions;;
|
bin/install_extensions;;
|
||||||
'df')
|
|
||||||
bin/install_dotfiles;;
|
|
||||||
'np')
|
|
||||||
bin/install_node_packages;;
|
|
||||||
'rg')
|
|
||||||
bin/install_ruby_gems;;
|
|
||||||
'rc')
|
|
||||||
bin/install_rust_crates;;
|
|
||||||
'd')
|
'd')
|
||||||
bin/apply_default_settings;;
|
bin/install_defaults;;
|
||||||
'cs')
|
's')
|
||||||
bin/configure_software;;
|
bin/install_shell;;
|
||||||
|
'r')
|
||||||
|
bin/restore_backup;;
|
||||||
'i')
|
'i')
|
||||||
caffeinate_machine
|
caffeinate_machine
|
||||||
bin/apply_basic_settings
|
bin/install_basics
|
||||||
bin/install_dev_tools
|
bin/install_dev_tools
|
||||||
bin/install_homebrew_formulas
|
bin/install_homebrew_formulas
|
||||||
bin/install_homebrew_casks
|
bin/install_homebrew_casks
|
||||||
bin/install_app_store
|
bin/install_app_store
|
||||||
bin/install_applications
|
bin/install_applications
|
||||||
bin/install_extensions
|
bin/install_extensions
|
||||||
bin/install_dotfiles
|
bin/install_defaults
|
||||||
|
bin/install_shell
|
||||||
|
bin/restore_backup
|
||||||
|
clean_work_path;;
|
||||||
|
'np')
|
||||||
|
bin/install_node_packages;;
|
||||||
|
'rg')
|
||||||
|
bin/install_ruby_gems;;
|
||||||
|
'rc')
|
||||||
|
bin/install_rust_crates;;
|
||||||
|
'l')
|
||||||
bin/install_node_packages
|
bin/install_node_packages
|
||||||
bin/install_ruby_gems
|
bin/install_ruby_gems
|
||||||
bin/install_rust_crates
|
bin/install_rust_crates;;
|
||||||
bin/apply_default_settings
|
|
||||||
bin/configure_software
|
|
||||||
clean_work_path;;
|
|
||||||
'R')
|
|
||||||
caffeinate_machine
|
|
||||||
bin/restore_backup;;
|
|
||||||
'c')
|
'c')
|
||||||
verify_homebrew_formulas
|
verify_homebrew_formulas
|
||||||
verify_homebrew_casks
|
verify_homebrew_casks
|
||||||
@@ -64,14 +64,6 @@ process_option() {
|
|||||||
verify_rust_crates;;
|
verify_rust_crates;;
|
||||||
'C')
|
'C')
|
||||||
caffeinate_machine;;
|
caffeinate_machine;;
|
||||||
'ua')
|
|
||||||
uninstall_application;;
|
|
||||||
'ux')
|
|
||||||
uninstall_extension;;
|
|
||||||
'ra')
|
|
||||||
reinstall_application;;
|
|
||||||
'rx')
|
|
||||||
reinstall_extension;;
|
|
||||||
'w')
|
'w')
|
||||||
clean_work_path;;
|
clean_work_path;;
|
||||||
'q');;
|
'q');;
|
||||||
|
|||||||
@@ -1,17 +0,0 @@
|
|||||||
#! /usr/bin/env bash
|
|
||||||
|
|
||||||
# Defines reinstall functions.
|
|
||||||
|
|
||||||
# Reinstall application.
|
|
||||||
reinstall_application() {
|
|
||||||
uninstall_application
|
|
||||||
bin/install_applications
|
|
||||||
}
|
|
||||||
export -f reinstall_application
|
|
||||||
|
|
||||||
# Reinstall extension.
|
|
||||||
reinstall_extension() {
|
|
||||||
uninstall_extension
|
|
||||||
bin/install_extensions
|
|
||||||
}
|
|
||||||
export -f reinstall_extension
|
|
||||||
@@ -5,7 +5,7 @@ set -o errexit
|
|||||||
set -o pipefail
|
set -o pipefail
|
||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
|
|
||||||
export MAC_OS_BOOT_DISK_CREATOR="/Applications/Install macOS Monterey.app/Contents/Resources/createinstallmedia"
|
export MAC_OS_BOOT_DISK_CREATOR="/Applications/Install macOS Sequoia.app/Contents/Resources/createinstallmedia"
|
||||||
export MAC_OS_BOOT_DISK_PATH="/Volumes/Untitled"
|
export MAC_OS_BOOT_DISK_PATH="/Volumes/Untitled"
|
||||||
export MAC_OS_WORK_PATH=/tmp/downloads
|
export MAC_OS_WORK_PATH=/tmp/downloads
|
||||||
export MAC_OS_CONFIG_PATH="../mac_os-config"
|
export MAC_OS_CONFIG_PATH="../mac_os-config"
|
||||||
|
|||||||
@@ -1,52 +0,0 @@
|
|||||||
#! /usr/bin/env bash
|
|
||||||
|
|
||||||
# Defines uninstall functions.
|
|
||||||
|
|
||||||
# Uninstalls selected application.
|
|
||||||
uninstall_application() {
|
|
||||||
# Only use environment keys that end with "APP_NAME".
|
|
||||||
local keys=($(set | awk -F "=" '{print $1}' | grep ".*APP_NAME"))
|
|
||||||
|
|
||||||
printf "Select application to uninstall:\n"
|
|
||||||
for ((index = 0; index < ${#keys[*]}; index++)); do
|
|
||||||
local app_file="${!keys[$index]}"
|
|
||||||
printf " $index: ${app_file}\n"
|
|
||||||
done
|
|
||||||
printf " q: Quit/Exit\n\n"
|
|
||||||
|
|
||||||
read -p "Enter selection: " response
|
|
||||||
printf "\n"
|
|
||||||
|
|
||||||
local regex="^[0-9]+$"
|
|
||||||
if [[ $response =~ $regex ]]; then
|
|
||||||
local app_file="${!keys[$response]}"
|
|
||||||
local app_path=$(get_install_path "${app_file}")
|
|
||||||
sudo rm -rf "$app_path"
|
|
||||||
printf "Uninstalled: ${app_path}\n"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
export -f uninstall_application
|
|
||||||
|
|
||||||
# Uninstalls selected extension.
|
|
||||||
uninstall_extension() {
|
|
||||||
# Only use environment keys that end with "EXTENSION_PATH".
|
|
||||||
local keys=($(set | awk -F "=" '{print $1}' | grep ".*EXTENSION_PATH"))
|
|
||||||
|
|
||||||
printf "Select extension to uninstall:\n"
|
|
||||||
for ((index = 0; index < ${#keys[*]}; index++)); do
|
|
||||||
local extension_path="${!keys[$index]}"
|
|
||||||
printf " $index: ${extension_path}\n"
|
|
||||||
done
|
|
||||||
printf " q: Quit/Exit\n\n"
|
|
||||||
|
|
||||||
read -p "Enter selection: " response
|
|
||||||
printf "\n"
|
|
||||||
|
|
||||||
local regex="^[0-9]+$"
|
|
||||||
if [[ $response =~ $regex ]]; then
|
|
||||||
local extension_path="${!keys[$response]}"
|
|
||||||
rm -rf "${extension_path}"
|
|
||||||
printf "Uninstalled: ${extension_path}\n"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
export -f uninstall_extension
|
|
||||||
@@ -2,11 +2,10 @@
|
|||||||
|
|
||||||
# Defines general utility functions.
|
# Defines general utility functions.
|
||||||
|
|
||||||
# Caffeinate machine.
|
# Label: Caffeinate Machine
|
||||||
|
# Description: Keep machine running for a very long time.
|
||||||
caffeinate_machine() {
|
caffeinate_machine() {
|
||||||
local pid=$(pgrep -x caffeinate)
|
if [[ -n "$(pgrep -x caffeinate)" ]]; then
|
||||||
|
|
||||||
if [[ -n "$pid" ]]; then
|
|
||||||
printf "Machine is already caffeinated!\n"
|
printf "Machine is already caffeinated!\n"
|
||||||
else
|
else
|
||||||
caffeinate -s -u -d -i -t 3153600000 > /dev/null &
|
caffeinate -s -u -d -i -t 3153600000 > /dev/null &
|
||||||
@@ -15,35 +14,40 @@ caffeinate_machine() {
|
|||||||
}
|
}
|
||||||
export -f caffeinate_machine
|
export -f caffeinate_machine
|
||||||
|
|
||||||
# Cleans work path for temporary processing of installs.
|
# Label: Clean Work Path
|
||||||
|
# Description: Clean work path of artifacts.
|
||||||
clean_work_path() {
|
clean_work_path() {
|
||||||
rm -rf "$MAC_OS_WORK_PATH"
|
rm -rf "$MAC_OS_WORK_PATH"
|
||||||
}
|
}
|
||||||
export -f clean_work_path
|
export -f clean_work_path
|
||||||
|
|
||||||
# Answers the file or directory basename.
|
# Label: Get Basename
|
||||||
# Parameters: $1 (required) - The file path.
|
# Description: Answer file or directory basename.
|
||||||
|
# Parameters: $1 (required): Path.
|
||||||
get_basename() {
|
get_basename() {
|
||||||
printf "${1##*/}" # Answers file or directory name.
|
printf "%s" "${1##*/}"
|
||||||
}
|
}
|
||||||
export -f get_basename
|
export -f get_basename
|
||||||
|
|
||||||
# Answers the file extension.
|
# Label: Get Extension
|
||||||
# Parameters: $1 (required) - The file name.
|
# Description: Answer file extension without dot prefix.
|
||||||
|
# Parameters: $1 (required): Path.
|
||||||
get_extension() {
|
get_extension() {
|
||||||
local name=$(get_basename "$1")
|
local name=""
|
||||||
local extension="${1##*.}" # Excludes dot.
|
local extension="${1##*.}"
|
||||||
|
|
||||||
|
name=$(get_basename "$1")
|
||||||
|
|
||||||
if [[ "$name" == "$extension" ]]; then
|
if [[ "$name" == "$extension" ]]; then
|
||||||
printf ''
|
printf ''
|
||||||
else
|
else
|
||||||
printf "$extension"
|
printf "%s" "$extension"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
export -f get_extension
|
export -f get_extension
|
||||||
|
|
||||||
# Answers Homebrew root path.
|
# Label: Get Homebrew Root
|
||||||
# Parameters: None.
|
# Description: Answer Homebrew root path.
|
||||||
get_homebrew_root() {
|
get_homebrew_root() {
|
||||||
if [[ "$(/usr/bin/arch)" == "arm64" ]]; then
|
if [[ "$(/usr/bin/arch)" == "arm64" ]]; then
|
||||||
printf "%s" "/opt/homebrew"
|
printf "%s" "/opt/homebrew"
|
||||||
@@ -53,8 +57,8 @@ get_homebrew_root() {
|
|||||||
}
|
}
|
||||||
export -f get_homebrew_root
|
export -f get_homebrew_root
|
||||||
|
|
||||||
# Answers Homebrew binary root path.
|
# Label: Get Homebrew Bin Root
|
||||||
# Parameters: None.
|
# Description: Answer Homebrew binary root path.
|
||||||
get_homebrew_bin_root() {
|
get_homebrew_bin_root() {
|
||||||
if [[ "$(/usr/bin/arch)" == "arm64" ]]; then
|
if [[ "$(/usr/bin/arch)" == "arm64" ]]; then
|
||||||
printf "%s" "/opt/homebrew/bin"
|
printf "%s" "/opt/homebrew/bin"
|
||||||
@@ -64,31 +68,28 @@ get_homebrew_bin_root() {
|
|||||||
}
|
}
|
||||||
export -f get_homebrew_bin_root
|
export -f get_homebrew_bin_root
|
||||||
|
|
||||||
# Answers the full install path (including file name) for file name.
|
# Label: Get Install Path
|
||||||
# Parameters: $1 (required) - The file name.
|
# Description: Answer full install path (including file name).
|
||||||
|
# Parameters: $1 (required): Path.
|
||||||
get_install_path() {
|
get_install_path() {
|
||||||
local file_name="$1"
|
local file_name="$1"
|
||||||
local install_path=$(get_install_root "$file_name")
|
local install_path=""
|
||||||
printf "$install_path/$file_name"
|
|
||||||
|
install_path=$(get_install_root "$file_name")
|
||||||
|
|
||||||
|
printf "%s" "$install_path/$file_name"
|
||||||
}
|
}
|
||||||
export -f get_install_path
|
export -f get_install_path
|
||||||
|
|
||||||
# Answers the root install path for file name.
|
# Label: Get Install Root
|
||||||
# Parameters: $1 (required) - The file name.
|
# Description: Answer root install path.
|
||||||
|
# Parameters: $1 (required): Path.
|
||||||
get_install_root() {
|
get_install_root() {
|
||||||
local file_name="$1"
|
local file_name="$1"
|
||||||
local file_extension=$(get_extension "$file_name")
|
|
||||||
|
|
||||||
# Special cases not supported by Homebrew.
|
case $(get_extension "$file_name") in
|
||||||
if [[ "$file_name" == "elm" ]]; then
|
|
||||||
printf "/usr/local/bin"
|
|
||||||
return
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Dynamically build the install path based on file extension.
|
|
||||||
case $file_extension in
|
|
||||||
'')
|
'')
|
||||||
printf "$(get_homebrew_bin_root)";;
|
printf "%s" "$HOME/.local/bin";;
|
||||||
'app')
|
'app')
|
||||||
printf "/Applications";;
|
printf "/Applications";;
|
||||||
'prefPane')
|
'prefPane')
|
||||||
@@ -101,19 +102,19 @@ get_install_root() {
|
|||||||
}
|
}
|
||||||
export -f get_install_root
|
export -f get_install_root
|
||||||
|
|
||||||
# Checks Mac App Store (mas) CLI has been installed and exits if otherwise.
|
# Label: Check Mac App Store Install
|
||||||
# Parameters: None.
|
# Description: Check Mac App Store (mas) CLI has been installed.
|
||||||
check_mas_install() {
|
check_mas_install() {
|
||||||
if ! command -v mas > /dev/null; then
|
if ! command -v mas > /dev/null; then
|
||||||
printf "%s\n" "ERROR: Mac App Store (mas) CLI can't be found."
|
printf "%s\n" "ERROR: Mac App Store (mas) CLI can't be found."
|
||||||
printf "%s\n" " Please ensure Homebrew and mas (i.e. brew install mas) have been installed."
|
printf "%s\n" " Please ensure mas (i.e. brew install mas) is installed."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
export -f check_mas_install
|
export -f check_mas_install
|
||||||
|
|
||||||
# Configures shell for new machines and ensures PATH is properly configured for running scripts.
|
# Label: Configure Environment
|
||||||
# Parameters: None.
|
# Description: Configure shell and ensure PATH is properly configured.
|
||||||
configure_environment() {
|
configure_environment() {
|
||||||
if [[ ! -s "$HOME/.bash_profile" ]]; then
|
if [[ ! -s "$HOME/.bash_profile" ]]; then
|
||||||
printf "%s\n" "if [ -f ~/.bashrc ]; then . ~/.bashrc; fi" > "$HOME/.bash_profile"
|
printf "%s\n" "if [ -f ~/.bashrc ]; then . ~/.bashrc; fi" > "$HOME/.bash_profile"
|
||||||
|
|||||||
117
lib/verifiers.sh
117
lib/verifiers.sh
@@ -2,57 +2,65 @@
|
|||||||
|
|
||||||
# Defines verification/validation functions.
|
# Defines verification/validation functions.
|
||||||
|
|
||||||
# Checks for missing App Store applications.
|
# Label: Verify App Store Applications
|
||||||
|
# Description: Check for missing App Store applications.
|
||||||
verify_app_store_applications() {
|
verify_app_store_applications() {
|
||||||
printf "\nChecking App Store applications...\n"
|
local applications=""
|
||||||
|
|
||||||
local applications="$(mas list)"
|
printf "\n%s\n" "Checking App Store applications..."
|
||||||
|
applications="$(mas list)"
|
||||||
|
|
||||||
while read line; do
|
while read line; do
|
||||||
if [[ "$line" == "mas install"* ]]; then
|
if [[ "$line" == "mas install"* ]]; then
|
||||||
local application=$(printf "$line" | awk '{print $3}')
|
application=$(printf "$line" | awk '{print $3}')
|
||||||
verify_listed_application "$application" "${applications[*]}"
|
verify_listed_application "$application" "${applications[*]}"
|
||||||
fi
|
fi
|
||||||
done < "$MAC_OS_CONFIG_PATH/bin/install_app_store"
|
done < "$MAC_OS_CONFIG_PATH/bin/install_app_store"
|
||||||
|
|
||||||
printf "App Store check complete.\n"
|
printf "%s\n" "App Store check complete."
|
||||||
}
|
}
|
||||||
export -f verify_app_store_applications
|
export -f verify_app_store_applications
|
||||||
|
|
||||||
# Verifies application exists.
|
# Label: Verify Application
|
||||||
# Parameters: $1 (required) - The file name.
|
# Description: Verify application exists.
|
||||||
|
# Parameters: $1 (required): File name.
|
||||||
verify_application() {
|
verify_application() {
|
||||||
local file_name="$1"
|
local file_name="$1"
|
||||||
local install_path=$(get_install_path "$file_name")
|
|
||||||
|
|
||||||
if [[ ! -e "$install_path" ]]; then
|
if [[ ! -e "$(get_install_path "$file_name")" ]]; then
|
||||||
printf " - Missing: $file_name\n"
|
printf "%s\n" " - Missing: $file_name"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
export -f verify_application
|
export -f verify_application
|
||||||
|
|
||||||
# Checks for missing applications suffixed by "APP_NAME" as defined in settings.sh.
|
# Label: Verify Applications
|
||||||
|
# Description: Check for missing applications suffixed by "APP_NAME" as defined in settings.
|
||||||
verify_applications() {
|
verify_applications() {
|
||||||
printf "\nChecking application software...\n"
|
local file_names=""
|
||||||
|
|
||||||
|
printf "\n%s\n" "Checking application software..."
|
||||||
|
|
||||||
# Only use environment keys that end with "APP_NAME".
|
# Only use environment keys that end with "APP_NAME".
|
||||||
local file_names=$(set | awk -F "=" '{print $1}' | grep ".*APP_NAME")
|
file_names=$(set | awk -F "=" '{print $1}' | grep ".*APP_NAME")
|
||||||
|
|
||||||
# For each application name, check to see if the application is installed. Otherwise, skip.
|
# For each application name, check to see if the application is installed. Otherwise, skip.
|
||||||
for name in $file_names; do
|
for name in $file_names; do
|
||||||
verify_application "${!name}"
|
verify_application "${!name}"
|
||||||
done
|
done
|
||||||
|
|
||||||
printf "Application software check complete.\n"
|
printf "%s\n" "Application software check complete."
|
||||||
}
|
}
|
||||||
export -f verify_applications
|
export -f verify_applications
|
||||||
|
|
||||||
# Checks for missing extensions suffixed by "EXTENSION_PATH" as defined in settings.sh.
|
# Label: Verify Extensions
|
||||||
|
# Description: Check for missing extensions suffixed by "EXTENSION_PATH" as defined in settings.
|
||||||
verify_extensions() {
|
verify_extensions() {
|
||||||
printf "\nChecking application extensions...\n"
|
local extensions=""
|
||||||
|
|
||||||
|
printf "\n%s\n" "Checking application extensions..."
|
||||||
|
|
||||||
# Only use environment keys that end with "EXTENSION_PATH".
|
# Only use environment keys that end with "EXTENSION_PATH".
|
||||||
local extensions=$(set | awk -F "=" '{print $1}' | grep ".*EXTENSION_PATH")
|
extensions=$(set | awk -F "=" '{print $1}' | grep ".*EXTENSION_PATH")
|
||||||
|
|
||||||
# For each extension, check to see if the extension is installed. Otherwise, skip.
|
# For each extension, check to see if the extension is installed. Otherwise, skip.
|
||||||
for extension in $extensions; do
|
for extension in $extensions; do
|
||||||
@@ -60,36 +68,42 @@ verify_extensions() {
|
|||||||
verify_path "${!extension}"
|
verify_path "${!extension}"
|
||||||
done
|
done
|
||||||
|
|
||||||
printf "Application extension check complete.\n"
|
printf "%s\n" "Application extension check complete."
|
||||||
}
|
}
|
||||||
export -f verify_extensions
|
export -f verify_extensions
|
||||||
|
|
||||||
# Checks for missing Homebrew casks.
|
# Label: Verify Homebrew Casks
|
||||||
|
# Description: Check for missing Homebrew casks.
|
||||||
verify_homebrew_casks() {
|
verify_homebrew_casks() {
|
||||||
|
local applications=""
|
||||||
|
|
||||||
printf "\nChecking Homebrew casks...\n"
|
printf "\nChecking Homebrew casks...\n"
|
||||||
|
|
||||||
local applications="$(brew list --casks)"
|
applications="$(brew list --casks)"
|
||||||
|
|
||||||
while read line; do
|
while read line; do
|
||||||
if [[ "$line" == "brew cask install"* ]]; then
|
if [[ "$line" == "brew cask install"* ]]; then
|
||||||
local application=$(printf "$line" | awk '{print $4}')
|
application=$(printf "%s" "$line" | awk '{print $4}')
|
||||||
verify_listed_application "$application" "${applications[*]}"
|
verify_listed_application "$application" "${applications[*]}"
|
||||||
fi
|
fi
|
||||||
done < "$MAC_OS_CONFIG_PATH/bin/install_homebrew_casks"
|
done < "$MAC_OS_CONFIG_PATH/bin/install_homebrew_casks"
|
||||||
|
|
||||||
printf "Homebrew cask check complete.\n"
|
printf "%s\n" "Homebrew cask check complete."
|
||||||
}
|
}
|
||||||
export -f verify_homebrew_casks
|
export -f verify_homebrew_casks
|
||||||
|
|
||||||
# Checks for missing Homebrew formulas.
|
# Label: Verify Homebrew Formulas
|
||||||
|
# Description: Check for missing Homebrew formulas.
|
||||||
verify_homebrew_formulas() {
|
verify_homebrew_formulas() {
|
||||||
|
local applications=""
|
||||||
|
|
||||||
printf "Checking Homebrew formulas...\n"
|
printf "Checking Homebrew formulas...\n"
|
||||||
|
|
||||||
local applications="$(brew list --formulae)"
|
applications="$(brew list --formulae)"
|
||||||
|
|
||||||
while read line; do
|
while read line; do
|
||||||
if [[ "$line" == "brew install"* ]]; then
|
if [[ "$line" == "brew install"* ]]; then
|
||||||
local application=$(printf "$line" | awk '{print $3}')
|
application=$(printf "%s" "$line" | awk '{print $3}')
|
||||||
|
|
||||||
# Exception: "gpg" is the binary but is listed as "gnugp".
|
# Exception: "gpg" is the binary but is listed as "gnugp".
|
||||||
if [[ "$application" == "gpg" ]]; then
|
if [[ "$application" == "gpg" ]]; then
|
||||||
@@ -100,80 +114,89 @@ verify_homebrew_formulas() {
|
|||||||
fi
|
fi
|
||||||
done < "$MAC_OS_CONFIG_PATH/bin/install_homebrew_formulas"
|
done < "$MAC_OS_CONFIG_PATH/bin/install_homebrew_formulas"
|
||||||
|
|
||||||
printf "Homebrew formula check complete.\n"
|
printf "%s\n" "Homebrew formula check complete."
|
||||||
}
|
}
|
||||||
export -f verify_homebrew_formulas
|
export -f verify_homebrew_formulas
|
||||||
|
|
||||||
# Verifies listed application exists.
|
# Label: Verify Listed Application
|
||||||
# Parameters: $1 (required) - The current application, $2 (required) - The application list.
|
# Description: Verify listed application exists.
|
||||||
|
# Parameters: $1 (required): Current application, $2 (required): Application list.
|
||||||
verify_listed_application() {
|
verify_listed_application() {
|
||||||
local application="$1"
|
local application="$1"
|
||||||
local applications="$2"
|
local applications="$2"
|
||||||
|
|
||||||
if [[ "${applications[*]}" != *"$application"* ]]; then
|
if [[ "${applications[*]}" != *"$application"* ]]; then
|
||||||
printf " - Missing: $application\n"
|
printf "%s\n" " - Missing: $application"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
export -f verify_listed_application
|
export -f verify_listed_application
|
||||||
|
|
||||||
# Verifies path exists.
|
# Label: Verify Path
|
||||||
# Parameters: $1 (required) - The path.
|
# Description: Verify path exists.
|
||||||
|
# Parameters: $1 (required): Path.
|
||||||
verify_path() {
|
verify_path() {
|
||||||
local path="$1"
|
local path="$1"
|
||||||
|
|
||||||
if [[ ! -e "$path" ]]; then
|
if [[ ! -e "$path" ]]; then
|
||||||
printf " - Missing: $path\n"
|
printf "%s\n" " - Missing: $path"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
export -f verify_path
|
export -f verify_path
|
||||||
|
|
||||||
# Checks for missing Node packages.
|
# Label: Verify Node Packages
|
||||||
|
# Description: Check for missing Node packages.
|
||||||
verify_node_packages() {
|
verify_node_packages() {
|
||||||
printf "\nChecking Node packages...\n"
|
printf "\n%s\n" "Checking Node packages..."
|
||||||
|
|
||||||
while read line; do
|
while read line; do
|
||||||
if [[ "$line" == "npm "* ]]; then
|
if [[ "$line" == "npm "* ]]; then
|
||||||
local package=$(printf "$line" | awk '{print $4}')
|
package=$(printf "$line" | awk '{print $4}')
|
||||||
local packages=($(npm list --global --depth=0 | grep "$package"))
|
packages=($(npm list --global --depth=0 | grep "$package"))
|
||||||
|
|
||||||
verify_listed_application "$package" "${packages[*]}"
|
verify_listed_application "$package" "${packages[*]}"
|
||||||
fi
|
fi
|
||||||
done < "$MAC_OS_CONFIG_PATH/bin/install_node_packages"
|
done < "$MAC_OS_CONFIG_PATH/bin/install_node_packages"
|
||||||
|
|
||||||
printf "Node packages check complete.\n"
|
printf "%s\n" "Node packages check complete."
|
||||||
}
|
}
|
||||||
export -f verify_node_packages
|
export -f verify_node_packages
|
||||||
|
|
||||||
# Checks for missing Ruby gems.
|
# Label: Verify Ruby Gems
|
||||||
|
# Description: Check for missing Ruby gems.
|
||||||
verify_ruby_gems() {
|
verify_ruby_gems() {
|
||||||
local gems="$(gem list --no-versions)"
|
local gems=""
|
||||||
|
|
||||||
printf "\nChecking Ruby gems...\n"
|
printf "\n%s\n" "Checking Ruby gems..."
|
||||||
|
|
||||||
|
gems="$(gem list --no-versions)"
|
||||||
|
|
||||||
while read line; do
|
while read line; do
|
||||||
if [[ "$line" == "gem install"* ]]; then
|
if [[ "$line" == "gem install"* ]]; then
|
||||||
local gem=$(printf "$line" | awk '{print $3}')
|
gem=$(printf "%s" "$line" | awk '{print $3}')
|
||||||
verify_listed_application "$gem" "${gems[*]}"
|
verify_listed_application "$gem" "${gems[*]}"
|
||||||
fi
|
fi
|
||||||
done < "$MAC_OS_CONFIG_PATH/bin/install_ruby_gems"
|
done < "$MAC_OS_CONFIG_PATH/bin/install_ruby_gems"
|
||||||
|
|
||||||
printf "Ruby gems check complete.\n"
|
printf "%s\n" "Ruby gems check complete."
|
||||||
}
|
}
|
||||||
export -f verify_ruby_gems
|
export -f verify_ruby_gems
|
||||||
|
|
||||||
# Checks for missing Rust crates.
|
# Label: Verify Rust Crates
|
||||||
|
# Description: Check for missing Rust crates.
|
||||||
verify_rust_crates() {
|
verify_rust_crates() {
|
||||||
printf "\nChecking Rust crates...\n"
|
local crates=""
|
||||||
|
|
||||||
local crates="$(ls -A1 $HOME/.cargo/bin)"
|
printf "\n%s\n" "Checking Rust crates..."
|
||||||
|
|
||||||
|
crates="$(ls -A1 $HOME/.cargo/bin)"
|
||||||
|
|
||||||
while read line; do
|
while read line; do
|
||||||
if [[ "$line" == "cargo install"* ]]; then
|
if [[ "$line" == "cargo install"* ]]; then
|
||||||
local crate=$(printf "$line" | awk '{print $3}')
|
crate=$(printf "%s" "$line" | awk '{print $3}')
|
||||||
verify_listed_application "$crate" "${crates[*]}"
|
verify_listed_application "$crate" "${crates[*]}"
|
||||||
fi
|
fi
|
||||||
done < "$MAC_OS_CONFIG_PATH/bin/install_rust_crates"
|
done < "$MAC_OS_CONFIG_PATH/bin/install_rust_crates"
|
||||||
|
|
||||||
printf "Rust crates check complete.\n"
|
printf "%s\n" "Rust crates check complete."
|
||||||
}
|
}
|
||||||
export -f verify_rust_crates
|
export -f verify_rust_crates
|
||||||
|
|||||||
Reference in New Issue
Block a user