diff options
| -rw-r--r-- | bootstrap.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 38ea888..388fb53 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,7 @@ #!/bin/bash source brew.sh -source ./.vscode/vscode.sh
\ No newline at end of file +source ./.vscode/vscode.sh + +# Install Volta (https://volta.sh/) +curl https://get.volta.sh | bash |
