Files
setup-ubuntu/README.md
2025-03-30 13:30:53 +02:00

16 lines
508 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
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")