Last active
August 29, 2015 14:05
-
-
Save pestilence669/7334edfade9c8260752b to your computer and use it in GitHub Desktop.
Random installations of various things
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# vim: set ts=4 sw=4 noet: | |
# install colorization & other enhancements to the stock MongoDB shell | |
npm install -g mongo-hacker | |
# command-line JSON filtering, formatting and other general awesome | |
npm install -g json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment