From 52b500ff5b6adde63bb40f139b25410c1f427947 Mon Sep 17 00:00:00 2001 From: Steffen Rademacker Date: Thu, 25 Jan 2018 13:42:17 +0100 Subject: [PATCH] Update some stuff --- install/cli-tools.sh | 4 ++-- install/node.sh | 7 +++---- zsh/aliases | 2 +- zsh/zsh-completions | 2 +- zsh/zsh-syntax-highlighting | 2 +- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/install/cli-tools.sh b/install/cli-tools.sh index 468577d..b9bc2ac 100755 --- a/install/cli-tools.sh +++ b/install/cli-tools.sh @@ -23,7 +23,7 @@ brew install youtube-dl brew link --force curl # install a current ruby version -rbenv install 2.4.2 +rbenv install 2.5.0 # use nvm instead of brew node or anything else -curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash +curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash diff --git a/install/node.sh b/install/node.sh index c99cd7d..71669e5 100755 --- a/install/node.sh +++ b/install/node.sh @@ -1,9 +1,8 @@ #!/usr/bin/env zsh -nvm install 6.11.5 -nvm install 8.9.0 -nvm use 8.9.0 -nvm alias default 8.9.0 +nvm install 8.9.4 +nvm use 8.9.4 +nvm alias default 8.9.4 npm install -g npm@latest npm update -g diff --git a/zsh/aliases b/zsh/aliases index 283ffdb..31da488 100644 --- a/zsh/aliases +++ b/zsh/aliases @@ -61,7 +61,7 @@ alias upall='brewup && npmup' # other often used stuff, mostly node/npm alias nr='npm run' alias ns="npm start" -alias npmre='rm -rf node_modules && npm install' +alias npmre='rm package-lock.json && rm -rf node_modules && npm install' # easy hosts / apache / php editing alias hosts='sudo $EDITOR /etc/hosts' diff --git a/zsh/zsh-completions b/zsh/zsh-completions index f615a1b..70a7a5c 160000 --- a/zsh/zsh-completions +++ b/zsh/zsh-completions @@ -1 +1 @@ -Subproject commit f615a1b518f40d2e6e5a76e0e97198a746d46c76 +Subproject commit 70a7a5cdee168b6cb9400cccbe48427906b6ca28 diff --git a/zsh/zsh-syntax-highlighting b/zsh/zsh-syntax-highlighting index 2181247..f064b17 160000 --- a/zsh/zsh-syntax-highlighting +++ b/zsh/zsh-syntax-highlighting @@ -1 +1 @@ -Subproject commit 2181247ae1889a0b3f50fc42cf71651b732e7282 +Subproject commit f064b17d25ed04f6d5ce7c996dadae51b5fc73bc