From bf6c30f25b3d494ec33f81694b623ccaf4d1db34 Mon Sep 17 00:00:00 2001 From: rasmus Date: Sun, 30 Mar 2025 13:30:53 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b08b6e4..1d9ae67 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,12 @@ Getting starting is simple - just run: ```bash wget -qO- https://git.cbo.dk/rasmus/setup-ubuntu/raw/branch/main/setup-ubuntu.sh | bash ``` + +# A few manual touches to change terminal colors +Using [Gogh](https://github.com/Gogh-Co/Gogh) +```bash +sudo apt-get install dconf-cli uuid-runtime +bash -c "$(wget -qO- https://git.io/vQgMr)" +# Select #7 - Afterglow +``` +(If it fails due to missing profile - then manually add a Terminal profile called "Default") \ No newline at end of file