mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2025-02-17 21:18:32 +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
|
- Handbrake
|
||||||
- Homebrew
|
- Homebrew
|
||||||
- <s>Karabiner</s> (Note: Currently using [Karabiner Elements](https://github.com/tekezo/Karabiner-Elements) for macOS Sierra)
|
- <s>Karabiner</s> (Note: Currently using [Karabiner Elements](https://github.com/tekezo/Karabiner-Elements) for macOS Sierra)
|
||||||
|
- KDiff3
|
||||||
- LICEcap
|
- LICEcap
|
||||||
- MacVim
|
- MacVim
|
||||||
- Menu Meters
|
- Menu Meters
|
||||||
|
@ -74,13 +75,11 @@ Packages (installed with Homebrew):
|
||||||
- cowsay
|
- cowsay
|
||||||
- readline
|
- readline
|
||||||
- subversion
|
- subversion
|
||||||
- kdiff3
|
|
||||||
- openssl
|
- openssl
|
||||||
- pv
|
- pv
|
||||||
- drush
|
- drush
|
||||||
- wget
|
- wget
|
||||||
- wrk
|
- 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.
|
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
|
- cowsay
|
||||||
- readline
|
- readline
|
||||||
- subversion
|
- subversion
|
||||||
- kdiff3
|
|
||||||
- openssl
|
- openssl
|
||||||
- pv
|
- pv
|
||||||
- drush
|
- drush
|
||||||
|
@ -64,6 +63,7 @@ homebrew_cask_apps:
|
||||||
- google-chrome
|
- google-chrome
|
||||||
- handbrake
|
- handbrake
|
||||||
# - karabiner # Note: Now using Karabiner Elements for macOS Sierra
|
# - karabiner # Note: Now using Karabiner Elements for macOS Sierra
|
||||||
|
- kdiff3
|
||||||
- limechat
|
- limechat
|
||||||
- licecap
|
- licecap
|
||||||
- macvim
|
- macvim
|
||||||
|
|
Loading…
Add table
Reference in a new issue