make-debian-look-like-ubuntu/README.md

24 lines
1 KiB
Markdown
Raw Normal View History

2023-06-21 18:03:13 +02:00
# make-debian-look-like-ubuntu
2023-06-13 21:44:01 +02:00
2023-06-21 18:03:13 +02:00
Origin: https://git.la10cy.net/DeltaLima/make-debian-look-like-ubuntu
2023-06-12 20:11:33 +02:00
This script performs all necessary steps to make a Debian 12 (bookworm) Gnome desktop look like an Ubuntu desktop.
2023-06-21 18:40:09 +02:00
Also it installs flatpak with flathub.org repository enabled and Firefox from there.
2023-06-21 18:03:13 +02:00
The settings are only applied to the user which is executing this script. The user has to be in the `sudo` group. If not, the script will advise you how to do so.
2023-06-21 18:40:09 +02:00
**Important!** After the first run of setup.sh, you have to reboot and re-run the script.
2023-06-21 18:03:13 +02:00
When the script runs the first time, it is normal that the terminal font looks ugly after it. It's normal after a reboot.
## Installation
Just execute setup.sh and show will start:
2023-06-13 03:04:21 +02:00
```bash
2023-06-21 18:15:30 +02:00
$ bash make-debian-look-like-ubuntu.sh
2023-06-13 03:04:21 +02:00
```
2023-06-21 18:03:13 +02:00
You can customize standard packages, which gets installed. Just add an entry to the array defined in `include/packages.inc.sh`
2023-06-13 03:04:21 +02:00
2024-05-31 23:51:05 +02:00
![Ubuntuish Debian 12 Gnome Desktop](screenshot/screenshot1.png "Ubuntuish Debian 12 Gnome Desktop")