I just wanted to blogpost this only because, I started loving Homebrew – the new package management system for Mac OS X wich beats MacPorts. And Homebrew is faster.

Homebrew is a Packaging system for Mac OS X 10.5 and above; heavy optimisations, no redundant packages and a bonus beer theme.

Here how you can install Homebrew on your Mac:

I prefer installing homebrew in /usr/local directory.

sudo curl -L http://github.com/mxcl/homebrew/tarball/master | sudo tar xz --strip 1 -C /usr/local

to avoid using sudo when installing packages, change the owner recursively on /usr/local directory

sudo chown -R `whoami` /usr/local

That’s it. Homebrew installed.

MacBook:~ abhinay$ brew install wget
==> Downloading http://ftp.gnu.org/gnu/wget/wget-1.12.tar.bz2
File already downloaded and cached to /Users/abhinay/Library/Caches/Homebrew
==> ./configure --disable-debug --prefix=/usr/local/Cellar/wget/1.12
==> make install
/usr/local/Cellar/wget/1.12: 9 files, 784K, built in 37 seconds

Let’s try to install some package (wget?) with Homebrew -

Really easy! isn’t it? Have fun!

Note:
If you are facing problem because of MacPorts, try to uninstall it – Uninstall Instructions

and Do check out homebrew homepage on github: http://github.com/mxcl/homebrew

And one more thing, You should have xcode installed on your Mac – if already don’t have xcode, you can download from here – http://developer.apple.com/technology/xcode.html (Or you can install xcode from your second installation CD of Mac)

I wish you all happy new year, have fun!

WoW! My blog crossed 50,000 Views. Thanks to all of you! Here is my new year greetings to you! :)

Happy New Year! :)

"Firefox Theme just looks as Chrome Browser"

 

 

 

 

 

 

 

 

 

Yah, that’s my Firefox looking just like Google Chrome Browser! Running on Ubuntu 9.10 Karmic.

Simple – I used, Chromixfox, Total ReChrome to customize my Firefox to look like Chrome browser.

And also, changed the tabMaxWidth value in about:config to 175

Checkout my Firefox Addon Collection – Firefox Addons that I use -

https://addons.mozilla.org/en-US/firefox/collection/e2a5c8ad-c048-eb04-05de-586ce207f773

^ Must have Firefox Add-ons according to me ;)