aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
blob: cc4e24ef473e4b869cd858c9bf0871765eca5a90 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

source brew.sh
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