Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #132 from caarlos0/brew-linux
Browse files Browse the repository at this point in the history
improved brewfile on linux
  • Loading branch information
caarlos0 committed Jan 14, 2016
2 parents 406ccd8 + 201f423 commit 64bbf01
Showing 1 changed file with 43 additions and 42 deletions.
85 changes: 43 additions & 42 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@ brew 'gifsicle'
brew 'git'
brew 'go'
brew 'graphviz'
brew 'grc'
brew 'hg'
brew 'htop-osx'
brew 'imagemagick'
brew 'maven32'
brew 'node'
brew 'redis'
brew 'shellcheck'
brew 'terminal-notifier'
brew 'the_silver_searcher'
brew 'unrar'
brew 'vim'
Expand All @@ -29,42 +24,48 @@ brew 'zsh'
tap 'getantibody/antibody'
brew 'antibody'

# casks
tap 'caskroom/cask'
tap 'caskroom/fonts'
tap 'caskroom/versions'
if RUBY_PLATFORM =~ /darwin/
brew 'grc'
brew 'htop-osx'
brew 'shellcheck'
brew 'terminal-notifier'

cask 'android-file-transfer'
cask 'appcleaner'
cask 'atom'
cask 'beamer'
cask 'diffmerge'
cask 'disk-inventory-x'
cask 'dockertoolbox'
cask 'dropbox'
cask 'font-hack'
cask 'google-chrome'
cask 'intellij-idea'
cask 'iterm2'
cask 'postgres'
cask 'slack'
cask 'slate'
cask 'spotify'
cask 'telegram'
cask 'the-unarchiver'
cask 'transmission'
cask 'tunnelblick'
cask 'virtualbox'
cask 'vlc'
# casks
tap 'caskroom/cask'
tap 'caskroom/fonts'
tap 'caskroom/versions'
cask 'android-file-transfer'
cask 'appcleaner'
cask 'atom'
cask 'beamer'
cask 'diffmerge'
cask 'disk-inventory-x'
cask 'dockertoolbox'
cask 'dropbox'
cask 'font-hack'
cask 'google-chrome'
cask 'intellij-idea'
cask 'iterm2'
cask 'postgres'
cask 'slack'
cask 'slate'
cask 'spotify'
cask 'telegram'
cask 'the-unarchiver'
cask 'transmission'
cask 'tunnelblick'
cask 'virtualbox'
cask 'vlc'

# https://github.com/sindresorhus/quick-look-plugins
cask 'betterzipql'
cask 'qlcolorcode'
cask 'qlimagesize'
cask 'qlmarkdown'
cask 'qlprettypatch'
cask 'qlstephen'
cask 'quicklook-csv'
cask 'quicklook-json'
cask 'suspicious-package'
cask 'webpquicklook'
# https://github.com/sindresorhus/quick-look-plugins
cask 'betterzipql'
cask 'qlcolorcode'
cask 'qlimagesize'
cask 'qlmarkdown'
cask 'qlprettypatch'
cask 'qlstephen'
cask 'quicklook-csv'
cask 'quicklook-json'
cask 'suspicious-package'
cask 'webpquicklook'
end

0 comments on commit 64bbf01

Please sign in to comment.