From cd9d5452d957b03e3486fe266f829f54dd8af599 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 8 Feb 2022 12:26:09 +0100 Subject: Update versions and aliases and fix install commands --- .bash_profile | 4 +--- .goenv/version | 2 +- .nvmrc | 2 +- README.md | 2 ++ 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bash_profile b/.bash_profile index 1f2d490..a899dc2 100644 --- a/.bash_profile +++ b/.bash_profile @@ -35,9 +35,7 @@ complete -F __start_kubectl k # ==== Aliased Directories alias spc="cd ~/Work/Space/" -alias spr="cd ~/Work/Sapera/" -alias cf="cd ~/Work/Sapera/contentful-starter" -alias sw="cd ~/Work/Sapera/sapera-website-2.0" +alias spr="cd ~/Work/Springer/" alias htb="cd ~/Work/HTB/" alias otw="cd ~/Work/OTW/" diff --git a/.goenv/version b/.goenv/version index ff27834..622f042 100644 --- a/.goenv/version +++ b/.goenv/version @@ -1 +1 @@ -1.17.5 +1.17.6 diff --git a/.nvmrc b/.nvmrc index dae199a..b009dfb 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v12 +lts/* diff --git a/README.md b/README.md index f37efeb..c24fc48 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ ln -sf ~/.rc/.pyenv/version ~/.pyenv/version git clone https://github.com/syndbg/goenv.git ~/.goenv # TODO: use brew install goenv (after beta release) ln -sf ~/.rc/.goenv/version ~/.goenv/version +goenv install $(cat ~/.goenv/version) ``` - Setup rust @@ -165,6 +166,7 @@ mkdir -p ~/.nvm ln -sf ~/.rc/.npmrc ~/.npmrc ln -sf ~/.rc/.nvmrc ~/.nvmrc ln -sf ~/.rc/.nvm/default-packages ~/.nvm/default-packages +exec $SHELL -l nvm install nvm alias default ``` -- cgit v1.2.3