From 32cfed2f5fa3fd0f1b09d72b1bf82e2c48a06745 Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 9 May 2026 19:05:42 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80796c9..2849b46 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,10 @@ Führe diesen Befehl auf einem frischen System aus: ```sh curl -fsSL https://git.ungruhe.info/Tim/dotfiles/raw/branch/main/setup.sh | sh ``` - +Danach die shell neu laden: +```sh +exec zsh +``` --- # 🇺🇸 English ### 🚀 Ultimate Dotfiles Setup @@ -39,4 +42,8 @@ This repository features an intelligent cross-platform setup script that automat Run this command on a fresh system: ```sh curl -fsSL https://git.ungruhe.info/Tim/dotfiles/raw/branch/main/setup.sh | sh +``` +After that reload the shell: +```sh +exec zsh ``` \ No newline at end of file