diff options
| author | Ahmed Abdelhalim <[email protected]> | 2022-02-09 17:01:07 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2022-02-09 17:01:07 +0100 |
| commit | 043917507a1261151d51199cc2b9c78737fb7d4e (patch) | |
| tree | 5d8bd3cc4c3f33cbc8b0d36acbbb3a0f53dd2327 /README.md | |
| parent | cd9d5452d957b03e3486fe266f829f54dd8af599 (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.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ``` |
