aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimen A. W. Olsen <cobraz@cobraz.no>2020-11-20 23:46:31 +0100
committerGitHub <noreply@github.com>2020-11-20 23:46:31 +0100
commitd0967b11d8b8362b4010a4c0e2d49501a4e56658 (patch)
tree51b18586c94aa467efe419f47541ddd3c37d31ce
parent816d99271eb2bf8646af964911c1aa3f7a70f9d8 (diff)
downloaddotfiles-d0967b11d8b8362b4010a4c0e2d49501a4e56658.tar.gz
dotfiles-d0967b11d8b8362b4010a4c0e2d49501a4e56658.zip
feat: oh-my-zsh
-rw-r--r--bootstrap.sh3
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