Document installer choices and uninstall workflow

- Note the three install options in the Linux script

- Explain re-running the script to remove PS1/banner
This commit is contained in:
2026-01-24 08:33:23 +00:00
parent 259c1061bb
commit 8d7af2d863

View File

@@ -33,6 +33,13 @@ cd Bashrc
sudo bash dotfiles/install/install-linux-global.sh sudo bash dotfiles/install/install-linux-global.sh
``` ```
Du får 3 valg i install-scriptet:
1) Kun PS1
2) Kun banner
3) Begge (PS1 + banner)
For å "avinstallere" én del, kjør scriptet på nytt og velg bare den andre.
4) Open a new shell to see the prompt and banner. 4) Open a new shell to see the prompt and banner.
### 🍏 macOS (per-user) ### 🍏 macOS (per-user)
@@ -84,6 +91,7 @@ After install:
- Sources both from `/etc/bash.bashrc` - Sources both from `/etc/bash.bashrc`
- Installs `landscape-common`, `figlet`, and `lolcat` if missing - Installs `landscape-common`, `figlet`, and `lolcat` if missing
- Prompts for the global punchline used by the banner - Prompts for the global punchline used by the banner
- Du kan endre valg eller fjerne PS1/banner ved å kjøre install-scriptet på nytt
### macOS ### macOS