diff options
| author | Simen A. W. Olsen <cobraz@cobraz.no> | 2020-11-21 00:51:24 +0100 |
|---|---|---|
| committer | Simen A. W. Olsen <cobraz@cobraz.no> | 2020-11-21 00:51:24 +0100 |
| commit | e4ee8ef66e9fe522f17b979b20269ab71e315f46 (patch) | |
| tree | f261e24b8ed2bed63cc8cd5e3ae3ec1d6b650ab3 /bootstrap.sh | |
| parent | 1543146c5c14237699dc1faba381113c96bcd48c (diff) | |
| parent | 83a6c508d76bf958fbee69d39844d9b794b3b4f1 (diff) | |
| download | dotfiles-e4ee8ef66e9fe522f17b979b20269ab71e315f46.tar.gz dotfiles-e4ee8ef66e9fe522f17b979b20269ab71e315f46.zip | |
Merge branch 'master' of github.com:cobraz/dotfiles into master
Diffstat (limited to 'bootstrap.sh')
| -rwxr-xr-x | bootstrap.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index b74c7df..cc4e24e 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,10 +1,10 @@ #!/bin/bash -# Install Oh My Zsh -sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" - 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 |
