Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Remove "caskroom/cask/brew-cask" as it is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
omares committed Mar 30, 2018
1 parent 497756f commit 743c476
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .dotfiles/tag-dev-setup/ds-brewfiles/datastores
Expand Up @@ -8,6 +8,4 @@ brew "redis"
brew "elasticsearch"

# Install mysql workbench
# Install Cask
brew "caskroom/cask/brew-cask"
cask "mysqlworkbench"
6 changes: 0 additions & 6 deletions README.md
Expand Up @@ -607,7 +607,6 @@ The [core.sh script](#brewsh-script) installs VirtualBox
If you prefer to install it separately, you can download it [here](https://www.virtualbox.org/wiki/Downloads) or run:

$ brew update
$ brew install caskroom/cask/brew-cask
$ brew cask install --appdir="/Applications" virtualbox

### Vagrant
Expand All @@ -626,7 +625,6 @@ The [core.sh script](#brewsh-script) installs Vagrant.
If you prefer to install it separately, you can download it [here](https://www.vagrantup.com/) or run:

$ brew update
$ brew install caskroom/cask/brew-cask
$ brew cask install --appdir="/Applications" vagrant

### Docker
Expand Down Expand Up @@ -1566,7 +1564,6 @@ In terms of a GUI client for MySQL, I'm used to the official and free [MySQL Wor

The [datastores.sh script](#datastoressh-script) installs MySQL Workbench. If you prefer to install it separately, run:

$ brew install caskroom/cask/brew-cask
$ brew cask install --appdir="/Applications" mysqlworkbench

You can also find the MySQL Workbench download [here](http://www.mysql.com/downloads/workbench/). (**Note**: It will ask you to sign in, you don't need to, just click on "No thanks, just start my download!" at the bottom.)
Expand Down Expand Up @@ -1823,7 +1820,6 @@ The [android.sh script](#androidsh-script) installs Java.
If you prefer to install it separately, you can download the JDK [here](http://www.oracle.com/technetwork/java/javase/downloads/index.html) or run:

$ brew update
$ brew install caskroom/cask/brew-cask
$ brew cask install --appdir="~/Applications" java

### Android SDK
Expand All @@ -1849,7 +1845,6 @@ The [android.sh script](#androidsh-script) installs Android Studio.
If you prefer to install it separately, you can download it [here](https://developer.android.com/sdk/index.html) or run:

$ brew update
$ brew install caskroom/cask/brew-cask
$ brew cask install --appdir="~/Applications" android-studio

### IntelliJ IDEA
Expand All @@ -1864,7 +1859,6 @@ The [android.sh script](#androidsh-script) installs Java.
If you prefer to install it separately, you can download it [here](https://www.jetbrains.com/idea/download/) or run:

$ brew update
$ brew install caskroom/cask/brew-cask
$ brew cask install --appdir="~/Applications" intellij-idea-ce

## Section 8: Misc
Expand Down

0 comments on commit 743c476

Please sign in to comment.