From debd6ce88d3a7897d87747a52e4b3eb20780ce90 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 23 Sep 2016 00:29:08 -0500 Subject: [PATCH] Issue #16: Remove fing, update some other ordering. --- README.md | 51 ++++++++++++++++++++++++++------------------------- vars/main.yml | 12 ++++++------ 2 files changed, 32 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 99f8ecb..be99584 100644 --- a/README.md +++ b/README.md @@ -24,29 +24,30 @@ This is a work in progress, and is mostly a means for me to document my current Applications (installed with Homebrew Cask): - - Adium - - Docker - - Dropbox - - Firefox - - Google Chrome - - Handbrake - - Homebrew - - Karabiner (Note: Currently using [Karabiner Elements](https://github.com/tekezo/Karabiner-Elements) for macOS Sierra) - - KDiff3 - - LICEcap - - MacVim - - Menu Meters - - nvALT - - Sequel Pro (MySQL client) - - Skype - - Skitch - - Seil (Note: Currently using [Karabiner Elements](https://github.com/tekezo/Karabiner-Elements) for macOS Sierra) - - Sublime Text - - TextMate - - Transmit (S/FTP client) - - Vagrant (+ Vagrant Manager) - - VirtualBox - - VLC + - [Docker](https://www.docker.com/) + - [Dropbox](https://www.dropbox.com/) + - [Fing](https://www.fing.io/) (Note: Waiting on [this PR](https://github.com/caskroom/homebrew-cask/pull/24759) to get merged) + - [Firefox](https://www.mozilla.org/en-US/firefox/new/) + - [Google Chrome](https://www.google.com/chrome/) + - [Handbrake](https://handbrake.fr/) + - [Homebrew](http://brew.sh/) + - [Karabiner](https://pqrs.org/osx/karabiner/) (Note: Currently using [Karabiner Elements](https://github.com/tekezo/Karabiner-Elements) for macOS Sierra) + - [KDiff3](http://kdiff3.sourceforge.net/) + - [LICEcap](http://www.cockos.com/licecap/) + - [LimeChat](http://limechat.net/mac/) + - [MacVim](http://macvim-dev.github.io/macvim/) + - [Menu Meters](https://www.ragingmenace.com/software/menumeters/) (Note: Currently using [this fork](http://member.ipmu.jp/yuji.tachikawa/MenuMetersElCapitan/) for compatibility) + - [nvALT](http://brettterpstra.com/projects/nvalt/) + - [Seil](https://pqrs.org/osx/karabiner/seil.html.en) (Note: Currently using [Karabiner Elements](https://github.com/tekezo/Karabiner-Elements) for macOS Sierra) + - [Sequel Pro](https://www.sequelpro.com/) (MySQL client) + - [Skype](https://www.skype.com/en/) + - [Skitch](https://evernote.com/skitch/) + - [Slack](https://slack.com/) + - [Sublime Text](https://www.sublimetext.com/) + - [Transmit](https://panic.com/transmit/) (S/FTP client) + - [Vagrant](https://www.vagrantup.com/) + - [VirtualBox](https://www.virtualbox.org/wiki/Downloads) + - [VLC](http://www.videolan.org/vlc/index.html) Packages (installed with Homebrew): @@ -105,6 +106,8 @@ It's my hope that I can get the rest of these things wrapped up into Ansible pla These are mostly direct download links, some are more difficult to install because of custom installers or other nonstandard install quirks: - [iShowU HD](http://downloads.shinywhitebox.com/iShowU_HD_Pro_2.3.7.dmg) + - [Adobe Creative Cloud](http://www.adobe.com/creativecloud.html) + - [Microsoft Office](https://products.office.com/en-us/mac/microsoft-office-for-mac) ### Configuration to be added: @@ -134,8 +137,6 @@ I also use the following apps at least once or twice per week, but the Mac App S - Keynote - Numbers -There are a couple other apps I'm leaving out of the list, like Microsoft Word and Adobe Photoshop, because I normally don't install them unless/until I need them. - ## Testing the Playbook Many people have asked me if I often wipe my entire workstation and start from scratch just to test changes to the playbook. Nope! Instead, I posted instructions for how I build a [Mac OS X VirtualBox VM](https://github.com/geerlingguy/mac-osx-virtualbox-vm), on which I can continually run and re-run this playbook to test changes and make sure things work correctly. diff --git a/vars/main.yml b/vars/main.yml index 420af0e..cba8028 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -58,24 +58,24 @@ homebrew_cask_appdir: /Applications homebrew_cask_apps: - docker - dropbox - - fing + # - fing # Note: https://github.com/caskroom/homebrew-cask/pull/24759 - firefox - google-chrome - handbrake # - karabiner # Note: Now using Karabiner Elements for macOS Sierra - kdiff3 - - limechat - licecap + - limechat - macvim - - menumeters + # - menumeters # Note: Using forked version for 10.11+ support - nvalt + # - seil # Note: Now using Karabiner Elements for macOS Sierra - sequel-pro - skype - skitch - # - seil # Note: Now using Karabiner Elements for macOS Sierra + - slack - sublime-text - - textmate - transmit - vagrant - - vlc - virtualbox + - vlc