summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.bash_profile4
-rw-r--r--.goenv/version2
-rw-r--r--.nvmrc2
-rw-r--r--README.md2
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
```