From d0967b11d8b8362b4010a4c0e2d49501a4e56658 Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Fri, 20 Nov 2020 23:46:31 +0100 Subject: feat: oh-my-zsh --- bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3