Adding imaegsnap to packages

This commit is contained in:
Dustin Swan 2014-02-13 12:15:37 -06:00
parent a95ed2dabf
commit 7fb0086e02
2 changed files with 2 additions and 0 deletions

View file

@ -24,6 +24,7 @@ brew install bash
brew install fish brew install fish
brew install ack brew install ack
brew install tree brew install tree
brew install imagesnap
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

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