From 0497da6475e5b0563811115730404733a8261567 Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Fri, 20 Nov 2020 22:39:21 +0100 Subject: feat: Add volta --- bootstrap.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bootstrap.sh') 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 -- cgit v1.2.3