Skip to content

Instantly share code, notes, and snippets.

@stephenway
Created July 15, 2014 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephenway/2ad1f7a4ad871cc6f0c0 to your computer and use it in GitHub Desktop.
Save stephenway/2ad1f7a4ad871cc6f0c0 to your computer and use it in GitHub Desktop.
UPDATE ALL THE WARE!
#!/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