diff --git a/updateThings.sh b/updateThings.sh new file mode 100755 index 0000000..7a6c103 --- /dev/null +++ b/updateThings.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +# update drupal console +/usr/local/bin/drupal self-update; + +# update nvm +/usr/bin/curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.1/install.sh | bash;w; + +# update brew things +/usr/local/bin/brew update && brew install `brew outdated`; +