mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 03:43:06 +00:00
Merge latest from 'upstream/master' (geerlingguy/mac-dev-playbook)
This commit is contained in:
commit
be491d714e
3 changed files with 8 additions and 3 deletions
|
@ -52,7 +52,9 @@ Applications (installed with Homebrew Cask):
|
||||||
- [Firefox](https://www.mozilla.org/en-US/firefox/new/)
|
- [Firefox](https://www.mozilla.org/en-US/firefox/new/)
|
||||||
- [Google Chrome](https://www.google.com/chrome/)
|
- [Google Chrome](https://www.google.com/chrome/)
|
||||||
- [Handbrake](https://handbrake.fr/)
|
- [Handbrake](https://handbrake.fr/)
|
||||||
|
- [HipChat](https://www.hipchat.com/)
|
||||||
- [Homebrew](http://brew.sh/)
|
- [Homebrew](http://brew.sh/)
|
||||||
|
- [Java](https://java.com)
|
||||||
- [KDiff3](http://kdiff3.sourceforge.net/)
|
- [KDiff3](http://kdiff3.sourceforge.net/)
|
||||||
- [LICEcap](http://www.cockos.com/licecap/)
|
- [LICEcap](http://www.cockos.com/licecap/)
|
||||||
- [LimeChat](http://limechat.net/mac/)
|
- [LimeChat](http://limechat.net/mac/)
|
||||||
|
@ -73,6 +75,7 @@ Packages (installed with Homebrew):
|
||||||
|
|
||||||
- autoconf
|
- autoconf
|
||||||
- bash-completion
|
- bash-completion
|
||||||
|
- chromedriver
|
||||||
- doxygen
|
- doxygen
|
||||||
- gettext
|
- gettext
|
||||||
- git
|
- git
|
||||||
|
|
|
@ -20,6 +20,7 @@ homebrew_installed_packages:
|
||||||
# - ansible # Installed via Pip.
|
# - ansible # Installed via Pip.
|
||||||
- autoconf
|
- autoconf
|
||||||
- bash-completion
|
- bash-completion
|
||||||
|
- chromedriver
|
||||||
- doxygen
|
- doxygen
|
||||||
- gettext
|
- gettext
|
||||||
- git
|
- git
|
||||||
|
@ -67,11 +68,14 @@ homebrew_cask_apps:
|
||||||
- firefox
|
- firefox
|
||||||
- google-chrome
|
- google-chrome
|
||||||
- handbrake
|
- handbrake
|
||||||
|
- hipchat
|
||||||
|
- java
|
||||||
- kdiff3
|
- kdiff3
|
||||||
- licecap
|
- licecap
|
||||||
- limechat
|
- limechat
|
||||||
- macvim
|
- macvim
|
||||||
- yujitach-menumeters # Note: Using forked version for 10.11+ support
|
# - menumeters
|
||||||
|
# - yujitach-menumeters # Forked version for 10.11+ support.
|
||||||
- nvalt
|
- nvalt
|
||||||
- sequel-pro
|
- sequel-pro
|
||||||
- skype
|
- skype
|
||||||
|
|
|
@ -17,9 +17,7 @@
|
||||||
"Sass",
|
"Sass",
|
||||||
"SublimeCodeIntel",
|
"SublimeCodeIntel",
|
||||||
"SublimeLinter",
|
"SublimeLinter",
|
||||||
"SublimeTableEditor",
|
|
||||||
"TrailingSpaces",
|
"TrailingSpaces",
|
||||||
"WordCount",
|
|
||||||
"Xdebug Client"
|
"Xdebug Client"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue