First commit

Plugins:
-npm (Javascript)
-mas (MacAppstore)
-pip (Python 3)
-homebrew (and casks)
This commit is contained in:
2018-03-11 15:53:53 +01:00
commit e08f24727c
4 changed files with 152 additions and 0 deletions

11
_npm.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
# npm plugin for KYMSU (install local package)
# https://github.com/welcoMattic/kymsu
echo " 🌿 npm"
cd /Users/bruno/Sites/node_modules/
npm ls
npm outdated
npm outdated | awk '{print $1}' | xargs npm update
echo ""