10 lines
341 B
Markdown
10 lines
341 B
Markdown
# misebuntu
|
|
Turn a fresh Ubuntu installation into a fully configured desktop by running a single command.
|
|
misebuntu is what I prefer Ubuntu to be.
|
|
It is a play in on the term *mise en place* and Ubuntu.
|
|
|
|
Getting starting is simple - just run:
|
|
```bash
|
|
wget -qO- https://git.cbo.dk/rasmus/setup-ubuntu/raw/branch/v0.1/installer.sh | bash
|
|
```
|