Update README.md

This commit is contained in:
2025-03-30 13:30:53 +02:00
parent f54e224b46
commit bf6c30f25b

View File

@@ -5,3 +5,12 @@ Getting starting is simple - just run:
```bash ```bash
wget -qO- https://git.cbo.dk/rasmus/setup-ubuntu/raw/branch/main/setup-ubuntu.sh | 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")