Adding tree to packages

This commit is contained in:
Dustin Swan 2014-02-11 17:14:45 -06:00
parent 2ba45cb83b
commit de7daa29f4
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@ brew install ranger
brew install bash brew install bash
brew install fish brew install fish
brew install ack brew install ack
brew install tree
brew install openssl brew install openssl
brew install openssh --with-brewed-openssl brew install openssh --with-brewed-openssl
brew install ssh-copy-id brew install ssh-copy-id

View file

@ -34,6 +34,7 @@ var packages = [
{ brew: "urlview", aur: "urlview" }, { brew: "urlview", aur: "urlview" },
{ brew: "isync", aur: "isync" }, { brew: "isync", aur: "isync" },
{ brew: "mosh", arch: "mosh" }, { brew: "mosh", arch: "mosh" },
{ brew: "tree", arch: "tree" },
// Desktop Applications // Desktop Applications
// Mac Only // Mac Only