aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorSimen A. W. Olsen <cobraz@cobraz.no>2020-11-20 22:39:21 +0100
committerGitHub <noreply@github.com>2020-11-20 22:39:21 +0100
commit0497da6475e5b0563811115730404733a8261567 (patch)
treebb354b80febb4f2bdd7ac9e71691f02137b4f99f /bootstrap.sh
parente35aaa7bebec798c60b601a1f1e676be0cd2c8d2 (diff)
downloaddotfiles-0497da6475e5b0563811115730404733a8261567.tar.gz
dotfiles-0497da6475e5b0563811115730404733a8261567.zip
feat: Add volta
Diffstat (limited to 'bootstrap.sh')
-rw-r--r--bootstrap.sh5
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