Last active
November 29, 2025 22:48
-
-
Save Thermionix/ada332716810324749d4b14b42e6086e to your computer and use it in GitHub Desktop.
arch post setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # install aur access; | |
| sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay-bin.git && cd yay-bin && makepkg -si | |
| yay -S vesktop-bin | |
| # enable multilib repo for steam | |
| sudo nano /etc/pacman.conf | |
| sudo pacman -Sy --noconfirm steam firefox sshfs vlc vlc-plugin-ffmpeg syncthing plasma-nm signal-desktop unrar partitionmanager exfat-utils dosfstools wireguard-tools | |
| sudo pacman -Sy --noconfirm libreoffice-fresh ttf-dejavu ttf-liberation ttf-droid ttf-ubuntu-font-family noto-fonts | |
| sudo pacman -Sy inkscape gimp kamera rawtherapee darktable | |
| yay -S brother-hl2270dw system-config-printer cups-pdf | |
| sudo systemctl enable --now cups | |
| sudo pacman -Sy --noconfirm nvidia nvidia-utils | |
| sudo pacman -Sy --noconfirm ark filelight isoimagewriter kbackup kcalc kdf skanpage sweeper kwalletmanager okular gwenview tesseract-data-eng | |
| yay -S icaclient | |
| sudo pacman -S opensc pcsclite ccid | |
| sudo systemctl enable --now pcscd.service | |
| # sudo nano /etc/opensc.conf | |
| # modutil -list -dbdir $HOME/.pki/nssdb/ | |
| # modutil -dbdir sql:$HOME/.pki/nssdb/ -add "CAC Module" -libfile /usr/lib/opensc-pkcs11.so | |
| # modutil -list -dbdir $HOME/.pki/nssdb/ | |
| sudo pacman -S chromium | |
| sudo pacman -Sy --noconfirm fwupd | |
| sudo dmidecode -s system-serial-number | |
| fwupdmgr get-devices | |
| fwupdmgr refresh | |
| fwupdmgr get-updates | |
| fwupdmgr update | |
| # ANV16-41 | |
| # wpctl status | |
| # sudo journalctl -rb1 # previous boot journal | |
| echo "kernel.sysrq = 1" | sudo tee /etc/sysctl.d/10-sysrq.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment