aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorSimen A. W. Olsen <so@bjerk.io>2024-02-19 11:04:48 +0100
committerSimen A. W. Olsen <so@bjerk.io>2024-02-19 11:04:48 +0100
commit879583a1b699319cef541ab7e9d5a1cd1ef81239 (patch)
tree6399d094d8024eee9253c1aa3a764e30eb31c655 /bootstrap.sh
parenta90dcf3b1a919369328954be5221644955517254 (diff)
downloaddotfiles-879583a1b699319cef541ab7e9d5a1cd1ef81239.tar.gz
dotfiles-879583a1b699319cef541ab7e9d5a1cd1ef81239.zip
more lua, hammerspoon and aliases improvements
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