mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 03:43:06 +00:00
Issue #61: Use cask install for ChromeDriver.
This commit is contained in:
parent
7fee2add6a
commit
46c3873a00
2 changed files with 2 additions and 3 deletions
|
@ -67,6 +67,7 @@ Any variable can be overridden in `config.yml`; see the supporting roles' docume
|
||||||
|
|
||||||
Applications (installed with Homebrew Cask):
|
Applications (installed with Homebrew Cask):
|
||||||
|
|
||||||
|
- [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/)
|
||||||
- [Docker](https://www.docker.com/)
|
- [Docker](https://www.docker.com/)
|
||||||
- [Dropbox](https://www.dropbox.com/)
|
- [Dropbox](https://www.dropbox.com/)
|
||||||
- [Firefox](https://www.mozilla.org/en-US/firefox/new/)
|
- [Firefox](https://www.mozilla.org/en-US/firefox/new/)
|
||||||
|
@ -88,7 +89,6 @@ Packages (installed with Homebrew):
|
||||||
|
|
||||||
- autoconf
|
- autoconf
|
||||||
- bash-completion
|
- bash-completion
|
||||||
- chromedriver
|
|
||||||
- doxygen
|
- doxygen
|
||||||
- gettext
|
- gettext
|
||||||
- gifsicle
|
- gifsicle
|
||||||
|
|
|
@ -20,7 +20,6 @@ homebrew_installed_packages:
|
||||||
# - ansible # Installed via Pip.
|
# - ansible # Installed via Pip.
|
||||||
- autoconf
|
- autoconf
|
||||||
- bash-completion
|
- bash-completion
|
||||||
- chromedriver
|
|
||||||
- doxygen
|
- doxygen
|
||||||
- gettext
|
- gettext
|
||||||
- gifsicle
|
- gifsicle
|
||||||
|
@ -51,9 +50,9 @@ homebrew_taps:
|
||||||
|
|
||||||
homebrew_cask_appdir: /Applications
|
homebrew_cask_appdir: /Applications
|
||||||
homebrew_cask_apps:
|
homebrew_cask_apps:
|
||||||
|
- chromedriver
|
||||||
- docker
|
- docker
|
||||||
- dropbox
|
- dropbox
|
||||||
# - fing # Download link keeps getting changed, d'oh!
|
|
||||||
- firefox
|
- firefox
|
||||||
- google-chrome
|
- google-chrome
|
||||||
- handbrake
|
- handbrake
|
||||||
|
|
Loading…
Reference in a new issue