1
0
Fork 0

README.md: update

main
urosm 2024-07-07 22:14:32 +02:00
parent 8fe5cf9ebf
commit 31e674091f
1 changed files with 10 additions and 8 deletions

View File

@ -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
```