From 970a315272aa70868b584e7f1ddeb8a0767d452d Mon Sep 17 00:00:00 2001 From: Fabian Becker Date: Mon, 26 Apr 2021 10:35:47 +0200 Subject: [PATCH] Add oh-my-zsh --- bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 5cf1704..f826f16 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,5 +1,8 @@ #!/usr/bin/env bash +# Install oh-my-zsh +sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" + # Install asdf-vm git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.8.0