Skip to content

Instantly share code, notes, and snippets.

@Thermionix
Last active November 29, 2025 22:48
Show Gist options
  • Select an option

  • Save Thermionix/ada332716810324749d4b14b42e6086e to your computer and use it in GitHub Desktop.

Select an option

Save Thermionix/ada332716810324749d4b14b42e6086e to your computer and use it in GitHub Desktop.
arch post setup
# 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