Skip to content

Commit

Permalink
Set up a brewfile
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Dec 1, 2015
1 parent 6bd7416 commit 3ceac6f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
23 changes: 23 additions & 0 deletions Brewfile
@@ -0,0 +1,23 @@
cask_args appdir: '/Applications'

tap 'caskroom/cask'
tap 'homebrew/bundle'

brew 'ack'
brew 'coreutils'
brew 'go'
brew 'grc'
brew 'imagemagick'
brew 'jp2a'
brew 'libcaca', args: ['with-imlib2']
brew 'libgit2'
brew 'openssl'
brew 'node'
brew 'readline'
brew 'postgresql'
brew 'ruby-build'
brew 'rbenv'
brew 'roundup'
brew 'spark'
brew 'unrar'
brew 'youtube-dl'
7 changes: 0 additions & 7 deletions homebrew/install.sh
Expand Up @@ -21,11 +21,4 @@ then

fi

# Install homebrew bundle and cask
brew tap Homebrew/bundle
brew install caskroom/cask/brew-cask

# Install homebrew packages
brew install grc coreutils spark

exit 0

0 comments on commit 3ceac6f

Please sign in to comment.