idoru.be/notes

Manuals, writings and idea's from an techie.

Installing HomeBrew on MacOSX

/usr/bin/ruby -e “$(/usr/bin/curl -fsSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)” brew doctor

Show all hidden folders in MacOSX

defaults write com.apple.Finder AppleShowAllFiles YES Relaunch Finder reset to normal: defaults write com.apple.Finder AppleShowAllFiles NO