From 1d4cda3b47f54902ebfc2c69ab8fd980f3ba9777 Mon Sep 17 00:00:00 2001 From: steffen Date: Sat, 24 Jan 2026 07:29:29 +0000 Subject: [PATCH] . --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea426bc..c2706ff 100644 --- a/README.md +++ b/README.md @@ -125,12 +125,21 @@ echo "Din punchline" | sudo tee /etc/ps1-punchline >/dev/null --- -## Where to install PS1 +## PS1 install Use the installer for your OS: -- Linux/WSL: `sudo bash dotfiles/install/install-linux-global.sh` -- macOS: `bash dotfiles/install/install-macos-user.sh` +### Linux / WSL (global) + +```bash +sudo bash dotfiles/install/install-linux-global.sh +``` + +### macOS (per-user) + +```bash +bash dotfiles/install/install-macos-user.sh +``` ---