From 31e674091f1db723b7c956ce5361fb9150e8ae2c Mon Sep 17 00:00:00 2001 From: urosm Date: Sun, 7 Jul 2024 22:14:32 +0200 Subject: [PATCH] README.md: update --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 79a9b33..870d10e 100644 --- a/README.md +++ b/README.md @@ -23,16 +23,16 @@ rm .sudo_as_admin_successful sudo cp -ri .config/apt /etc/ sudo apt update sudo apt full-upgrade -# reconfigure locales -sudo dpkg-reconfigure locales # configure and start firewall sudo cp -ri .config/nftables.conf /etc/ systemctl enable --now nftables # configure and install networking sudo apt install network-manager # install utils +sudo apt install git sudo apt install udevil sudo apt install jq +sudo apt install tlp sudo apt install neovim wl-clipboard # install desktop packages sudo apt install sway swayidle swaylock @@ -42,16 +42,18 @@ sudo apt install mako-notifier libnotify-bin sudo apt install fonts-agave sudo apt install pipewire-audio systemctl --user enable --now wireplumber -# install office packages -sudo apt install libreoffice libreoffice-gtk3 -sudo apt install aspell-sl hunspell-sl hyphen-sl mythes-sl # install web packages sudo apt install firefox sudo apt install thunderbird +# install office packages +sudo apt install libreoffice libreoffice-gtk3 +sudo apt install aspell-sl hunspell-sl hyphen-sl mythes-sl # install media packages sudo apt install mpv sudo apt install zathura sudo apt install inkscape +sudo apt install blender +sudo apt install scribus # install rdp packages sudo apt install remmina # install printing and scanning packages @@ -61,8 +63,8 @@ sudo apt install simple-scan # install writing packages sudo apt install make sudo apt install pandoc -sudo apt install texlive-latex-extra -sudo apt install texlive-lang-european +#sudo apt install texlive-latex-extra +#sudo apt install texlive-lang-european # install pdf processing packages -sudo apt install qpdf ocrmypdf +#sudo apt install qpdf ocrmypdf ```