aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
blob: 388fb53d1cc9dcf2e86b144e3f9e66c9a530b566 (plain)
1
2
3
4
5
6
7
#!/bin/bash

source brew.sh
source ./.vscode/vscode.sh

# Install Volta (https://volta.sh/)
curl https://get.volta.sh | bash