Skip to content

A fork of the missing package manager for OS X that will focus on nlp and compling tools, data and software. Use the original homebrew if none of that jazz interests you.

Notifications You must be signed in to change notification settings

mt3/homebrew

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homebrew

this fork of homebrew will focus on tools and software used in nlp and computational linguistics. if yr looking for plain vanilla package management for the mac, stick with the source, otherwise this will pollute yr kompooter with large datasets and very buggy code.

Features and usage are summarized on the homepage.

Quick Install to /usr/local

This script will prompt for confirmation before it does anything:

ruby -e "$(curl -fsSL https://gist.github.com/raw/323731/install_homebrew.rb)"

Afterwards, install Xcode.

Umm… I thought I could install it anywhere?

Indeed, you can. Refer to our complete installation instructions.

Dude! Just give me a one-liner!

Okay then, but please note this installs Homebrew as root and we recommend against that.

curl -LsSf https://github.com/mxcl/homebrew/tarball/master | sudo /usr/bin/tar xvz -C/usr/local --strip 1

But what packages are available?

Before installing you can browse the Formula folder on GitHub.

After installing, you can use brew search to find packages or brew server to browse packages off of a local web server.

More Documentation

The wiki is your friend.

Who Are You?

I'm Max Howell and I'm a splendid chap.

About

A fork of the missing package manager for OS X that will focus on nlp and compling tools, data and software. Use the original homebrew if none of that jazz interests you.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 99.6%
  • Other 0.4%