Cleaned up scripts

This commit is contained in:
2024-06-17 20:53:07 +02:00
parent de1fccfd00
commit aa4217eb04
19 changed files with 137 additions and 74 deletions

8
readme.md Normal file
View File

@@ -0,0 +1,8 @@
# 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
```