„README.md“ ändern
This commit is contained in:
parent
b10c2ba04a
commit
802253d7ea
1 changed files with 13 additions and 4 deletions
17
README.md
17
README.md
|
@ -1,13 +1,22 @@
|
|||
Origin: https://git.la10cy.net/DeltaLima/Desktop-DeltaLima
|
||||
# make-debian-look-like-ubuntu
|
||||
|
||||
Script for setting up a Debian Gnome Desktop System, I like. Make the system appeareance more "ubuntuish" for the executing user. With firefox flatpak as default browser for the user.
|
||||
Origin: https://git.la10cy.net/DeltaLima/make-debian-look-like-ubuntu
|
||||
|
||||
After the first run of setup.sh, you have to reboot and re-run the script.
|
||||
This script performs all necessary steps to make a Debian Gnome desktop look like an Ubuntu desktop.
|
||||
|
||||
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.
|
||||
|
||||
Important! After the first run of setup.sh, you have to reboot and re-run the script.
|
||||
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:
|
||||
|
||||
```bash
|
||||
$ bash setup.sh
|
||||
```
|
||||
|
||||
You can customize standard packages, which got installed. Just edit the Array in `include/packages.inc.sh`
|
||||
You can customize standard packages, which gets installed. Just add an entry to the array defined in `include/packages.inc.sh`
|
||||
|
||||
![Ubuntuish Debian 12 Gnome Desktop](/screenshot/screenshot1.png "Ubuntuish Debian 12 Gnome Desktop")
|
||||
|
|
Loading…
Reference in a new issue