From 6cdb11150ef4aea04aede70e1900626778501d12 Mon Sep 17 00:00:00 2001 From: Josh Fabean Date: Thu, 12 May 2016 12:59:12 -0500 Subject: [PATCH] adding a script that runs to update all my things daily --- updateThings.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 updateThings.sh 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`; +