From 0cba05a22ef827a8340babe59ceed18c8a0b966b Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 22 Sep 2016 23:39:46 -0500 Subject: [PATCH] Issue #16: Fix KDiff3 installation - it's a cask. --- README.md | 3 +-- vars/main.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 995e5ac..99f8ecb 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Applications (installed with Homebrew Cask): - Handbrake - Homebrew - Karabiner (Note: Currently using [Karabiner Elements](https://github.com/tekezo/Karabiner-Elements) for macOS Sierra) + - KDiff3 - LICEcap - MacVim - Menu Meters @@ -74,13 +75,11 @@ Packages (installed with Homebrew): - cowsay - readline - subversion - - kdiff3 - openssl - pv - drush - wget - wrk - - brew-cask My [dotfiles](https://github.com/geerlingguy/dotfiles) are also installed into the current user's home directory, including the `.osx` dotfile for configuring many aspects of macOS for better performance and ease of use. diff --git a/vars/main.yml b/vars/main.yml index fd3583a..420af0e 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -40,7 +40,6 @@ homebrew_installed_packages: - cowsay - readline - subversion - - kdiff3 - openssl - pv - drush @@ -64,6 +63,7 @@ homebrew_cask_apps: - google-chrome - handbrake # - karabiner # Note: Now using Karabiner Elements for macOS Sierra + - kdiff3 - limechat - licecap - macvim