You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 lines
265 B

#!/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`;