diff options
| author | Simen A. W. Olsen <cobraz@Simens-MacBook-Pro-2.local> | 2020-11-21 00:41:32 +0100 |
|---|---|---|
| committer | Simen A. W. Olsen <cobraz@Simens-MacBook-Pro-2.local> | 2020-11-21 00:41:32 +0100 |
| commit | 83a6c508d76bf958fbee69d39844d9b794b3b4f1 (patch) | |
| tree | f07d68a370a63527e8c23a11cc3721d4fe6008c5 /bootstrap.sh | |
| parent | 94df44d9f8d614b6c28713c7b6cbbc8565e8d932 (diff) | |
| download | dotfiles-83a6c508d76bf958fbee69d39844d9b794b3b4f1.tar.gz dotfiles-83a6c508d76bf958fbee69d39844d9b794b3b4f1.zip | |
add a few things
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 |
