Adding tree to packages

master
Dustin Swan 11 years ago
parent 2ba45cb83b
commit de7daa29f4

@ -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

@ -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

Loading…
Cancel
Save