Adding imaegsnap to packages

master
Dustin Swan 10 years ago
parent a95ed2dabf
commit 7fb0086e02

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

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

Loading…
Cancel
Save