mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-24 21:03:26 +00:00
Issue #16: Fix KDiff3 installation - it's a cask.
This commit is contained in:
parent
f27794bd57
commit
0cba05a22e
2 changed files with 2 additions and 3 deletions
|
@ -32,6 +32,7 @@ Applications (installed with Homebrew Cask):
|
|||
- Handbrake
|
||||
- Homebrew
|
||||
- <s>Karabiner</s> (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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue