diff --git a/awesome-software/debian-gnu-linux/README.md b/awesome-software/debian-gnu-linux/README.md index 8bbf917..31921c6 100644 --- a/awesome-software/debian-gnu-linux/README.md +++ b/awesome-software/debian-gnu-linux/README.md @@ -1,17 +1,17 @@ -# Guide to using Debian GNU/Linux +# Guide to configuring Debian GNU/Linux I recommend both the GNOME and KDE desktop environments, this guide is made around the assumption that you are using one of those. However, this could also be used as a reference for general tweaks & tips for any desktop environment. -### Manual update +## Manual update ```shell sudo apt update && apt upgrade -y ``` -### Non-free repositories (for Valve's Steam, Microsoft Fonts, etc) +## Non-free repositories (for Valve's Steam, Microsoft Fonts, etc) ```shell sudo apt-add-repository contrib non-free -y @@ -37,7 +37,7 @@ sudo apt update # Apply changes sudo apt install steam-installer ``` -### Flatpak (e.g. for Discord) +## Flatpak (e.g. for Discord) ```shell sudo apt install flatpak @@ -55,7 +55,7 @@ You can add the 'flathub' repository this way: flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo ``` -### Custom locales. +## Custom locales. First, look for your preferred locale in the available locales with this command: @@ -79,7 +79,7 @@ Then, generate the locales selected by running: sudo locale-gen ``` -### Restart +## Restart You should restart your computer after applying this changes, especially for flatpak and gpu drivers.