Files
setup-ubuntu/README.md
2025-07-23 12:14:12 +02:00

16 lines
536 B
Markdown

# Setup Ubuntu
Install everything with a single command
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
wget -O gogh https://git.io/vQgMr && chmod +x gogh && ./gogh && rm gogh
# Select #7 - Afterglow
```
(If it fails due to missing profile - then manually add a Terminal profile called "Default")