summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2022-02-09 17:01:07 +0100
committerAhmed Abdelhalim <[email protected]>2022-02-09 17:01:07 +0100
commit043917507a1261151d51199cc2b9c78737fb7d4e (patch)
tree5d8bd3cc4c3f33cbc8b0d36acbbb3a0f53dd2327 /README.md
parentcd9d5452d957b03e3486fe266f829f54dd8af599 (diff)
Update the script to be more robust
The installing of the languages can be done separately depending on the machine and which language is needed
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index c24fc48..367a4fa 100644
--- a/README.md
+++ b/README.md
@@ -167,6 +167,7 @@ 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
```
@@ -177,6 +178,7 @@ nvm alias default
```bash
brew install git-crypt
source ~/.bash_profile
+cd ~/.rc
git-crypt unlock
```