aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 1283370..e190a7d 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,9 +1,4 @@
#!/bin/bash
-source ./.vscode/vscode.sh
-
# Install Oh My Zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
-
-# Install Volta (https://volta.sh/)
-curl https://get.volta.sh | bash