From ebad7fb6af78b76b45022f71cc317c2ac52545c5 Mon Sep 17 00:00:00 2001 From: Jason Pitman Date: Wed, 3 Jul 2019 15:43:11 -0500 Subject: [PATCH] other README --- system/macos/basic_IM_utilities_setup/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 system/macos/basic_IM_utilities_setup/README.md diff --git a/system/macos/basic_IM_utilities_setup/README.md b/system/macos/basic_IM_utilities_setup/README.md new file mode 100644 index 0000000..db1b740 --- /dev/null +++ b/system/macos/basic_IM_utilities_setup/README.md @@ -0,0 +1,11 @@ +# Basic Mac utilities setup + +Goes along with the post over [here](https://jasonpitman.com/posts/making-thumbs/), but is also used to check/setup the following on a Mac: + +- Checks for existing [Homebrew](https://brew.sh/) install. Installs it via `ruby` otherwise. Will also update an existing Homebrew install. +- Checks for existing [Homebrew Cask](https://github.com/Homebrew/homebrew-cask) install. Installs it via `brew` otherwise. +- Checks for existing [iTerm2](https://iterm2.com/) install. Installs it via `cask` otherwise. +- Checks for existing [Atom](https://atom.io/) install. Installs it via `cask` otherwise. +- Checks for existing [ImageMagick](https://imagemagick.org/) install. Installs it via `brew` otherwise. + +It's kind of a mess right now, but it works. Will be spending some time on it making it a little prettier soon.