This commit is contained in:
tavo-wasd 2024-03-30 10:28:15 -06:00
parent a941c74593
commit b7a9593b2e

View file

@ -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, I recommend both the GNOME and KDE desktop environments,
this guide is made around the assumption that you are using this guide is made around the assumption that you are using
one of those. However, this could also be used as a reference one of those. However, this could also be used as a reference
for general tweaks & tips for any desktop environment. for general tweaks & tips for any desktop environment.
### Manual update ## Manual update
```shell ```shell
sudo apt update && apt upgrade -y 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 ```shell
sudo apt-add-repository contrib non-free -y sudo apt-add-repository contrib non-free -y
@ -37,7 +37,7 @@ sudo apt update # Apply changes
sudo apt install steam-installer sudo apt install steam-installer
``` ```
### Flatpak (e.g. for Discord) ## Flatpak (e.g. for Discord)
```shell ```shell
sudo apt install flatpak 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 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 First, look for your preferred locale in
the available locales with this command: the available locales with this command:
@ -79,7 +79,7 @@ Then, generate the locales selected by running:
sudo locale-gen sudo locale-gen
``` ```
### Restart ## Restart
You should restart your computer after applying this changes, You should restart your computer after applying this changes,
especially for flatpak and gpu drivers. especially for flatpak and gpu drivers.