From fbb7204d5c479b9bc537eda1bb522389d27b3442 Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Wed, 28 May 2025 21:24:45 +0200 Subject: [PATCH] chore: update installation script to use setup command --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 2995a6e..360bc33 100755 --- a/install +++ b/install @@ -30,4 +30,4 @@ echo sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" -cp .zshenv.template .zshenv +./setup \ No newline at end of file