My personal configuration for some GNU/Linux desktop distros. Please don't use it as it is, since it's designed for my personal case.
Debian is my main distro at the moment, so other distro files may be outdated.
After running every command, I should configure:
- GNOME
- GNOME Tweaks
- GNOME Disks (auto-mount secondary hard drive)
- GNOME Text Editor
- GNOME Terminal
- Nautilus
- Firefox (in
about:config
, putextensions.pocket.enabled
andmiddlemouse.paste
tofalse
) - Telegram Desktop
- Skype
- VS Code
- Transmission
- Rhythmbox
- KeePassXC
- OBS Studio
- Anki
And finally:
git config --global user.name "<USER>"
git config --global user.email "<USER>"