8 lines
357 B
Markdown
8 lines
357 B
Markdown
# Omakub-custom
|
|
Turn a fresh Ubuntu installation into a fully configured desktop by running a single command.
|
|
It will install Omakub (dev), remove a few things I don't want and then install a bunch of other things I need.
|
|
|
|
Getting starting is simple - just run:
|
|
```bash
|
|
wget -qO- https://git.cbo.dk/rasmus/omakub-custom/raw/branch/main/install.sh | bash
|
|
``` |