Skip to content

Commit

Permalink
Add Brewfile
Browse files Browse the repository at this point in the history
Need to decide what path to follow as "brew bundle"
spits "Warning: brew bundle is unsupported"
Let's watch Homebrew/legacy-homebrew#30815 for
inspiration

Signed-off-by: Aleksandrs Ļedovskis <aleksandrs@ledovskis.lv>
  • Loading branch information
aleksandrs-ledovskis committed Aug 28, 2014
1 parent be4ca78 commit dedd565
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# Usage
# $ brew bundle Brewfile

update

upgrade

# Ruby
## Tool for installing Ruby from source
install ruby-build
## Ruby version manager
install chruby
## Featherweight gemset-like provider
install gem_home

# Cache
## Memory-based object store
install memcached

# DB
## Small, embedded database
install sqlite
## General purpose RDBMS
install mysql

# Dev stuff
## Editor
install vim
## The DVCS
install git
## Terminal multiplexer. Split console windows and stuff
install tmux
## OS X specific trick to allow copy/pastes work from CLI
install reattach-to-user-namespace
## Fuzzy file content searcher, like grep only 1000x faster
install the_silver_searcher
## Fuzzy file name searcher
install watchman
## Tag creator. Keeps index of definitions
install ctags

# JS
## Compressor and linter
install closure-compiler
## Node version manager
install nvm

# Misc
## .rpm extraction
install rpm2cpio
## CLI IRC client
install weechat
## Password generator
install pwgen
## Assorted pack of various small Unix utilities
install moreutils
## top(1) on steroids
install htop-osx
## Random git utilities
install git-extras
## Speed up directory traversal
install z
## Retrieval of files across various protocols
install wget

0 comments on commit dedd565

Please sign in to comment.