Created
July 15, 2014 22:14
-
-
Save stephenway/2ad1f7a4ad871cc6f0c0 to your computer and use it in GitHub Desktop.
UPDATE ALL THE WARE!
This file contains hidden or 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/sh | |
bu | |
sudo npm update -g | |
sudo gem update --system | |
sudo gem update `gem list | cut -d ' ' -f 1` | |
vim -E -c BundleInstall -c q | |
reload! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment