Skip to content

Commit

Permalink
🍎 Remove options from Homebrew installs
Browse files Browse the repository at this point in the history
Homebrew has remove all options from Homebrew/homebrew-core formulae.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

See also:

 * Homebrew/homebrew-core#34421
 * Homebrew/homebrew-core#36079
 * Homebrew/homebrew-core#31510
  • Loading branch information
alrra committed Mar 14, 2019
1 parent 47c0260 commit 6414c88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/os/install/macos/image_tools.sh
Expand Up @@ -10,6 +10,6 @@ print_in_purple "\n Image Tools\n\n"

brew_install "GIMP" "lisanet-gimp" "caskroom/cask" "cask"
brew_install "ImageAlpha" "imagealpha" "caskroom/cask" "cask"
brew_install "ImageMagick" "imagemagick --with-webp"
brew_install "ImageMagick" "imagemagick"
brew_install "ImageOptim" "imageoptim" "caskroom/cask" "cask"
brew_install "LICEcap" "licecap" "caskroom/cask" "cask"
2 changes: 1 addition & 1 deletion src/os/install/macos/vim.sh
Expand Up @@ -5,4 +5,4 @@ cd "$(dirname "${BASH_SOURCE[0]}")" \

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

brew_install "Vim" "vim --with-override-system-vi"
brew_install "Vim" "vim"

0 comments on commit 6414c88

Please sign in to comment.