From f0a805717c646f8212f7c41d636ed62bd9a4a1d7 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 19 Jul 2021 07:27:00 -0500 Subject: [PATCH] Add initial files for MacOS support. --- tasks/workstation/mac-os/software/brew.yml | 4 ++++ tasks/workstation/mac-os/software/dmg.yml | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 tasks/workstation/mac-os/software/brew.yml create mode 100644 tasks/workstation/mac-os/software/dmg.yml diff --git a/tasks/workstation/mac-os/software/brew.yml b/tasks/workstation/mac-os/software/brew.yml new file mode 100644 index 0000000..d94e056 --- /dev/null +++ b/tasks/workstation/mac-os/software/brew.yml @@ -0,0 +1,4 @@ +--- +# Download packages from Homebrew. +# Should this just be done in a Generic view? Is this really mac-specific, or just the facts? +# FreeBSD has its own. May be good to keep it separate so it's more to-the-point. diff --git a/tasks/workstation/mac-os/software/dmg.yml b/tasks/workstation/mac-os/software/dmg.yml new file mode 100644 index 0000000..f5c8e03 --- /dev/null +++ b/tasks/workstation/mac-os/software/dmg.yml @@ -0,0 +1,2 @@ +--- +# Download and install DMG files that are not yet in Homebrew.