diff options
| author | Simen A. W. Olsen <cobraz@cobraz.no> | 2020-11-20 23:46:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-20 23:46:31 +0100 |
| commit | d0967b11d8b8362b4010a4c0e2d49501a4e56658 (patch) | |
| tree | 51b18586c94aa467efe419f47541ddd3c37d31ce /bootstrap.sh | |
| parent | 816d99271eb2bf8646af964911c1aa3f7a70f9d8 (diff) | |
| download | dotfiles-d0967b11d8b8362b4010a4c0e2d49501a4e56658.tar.gz dotfiles-d0967b11d8b8362b4010a4c0e2d49501a4e56658.zip | |
feat: oh-my-zsh
Diffstat (limited to 'bootstrap.sh')
| -rw-r--r-- | bootstrap.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 388fb53..b74c7df 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,5 +1,8 @@ #!/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 |
