Skip to content

Instantly share code, notes, and snippets.

@daimaou92
Last active October 13, 2021 10:17
Show Gist options
  • Save daimaou92/5614886654d1d81b4f52cf4e01402325 to your computer and use it in GitHub Desktop.
Save daimaou92/5614886654d1d81b4f52cf4e01402325 to your computer and use it in GitHub Desktop.
Things to do after Installing ArchLinux

Mirrors

sudo pacman -S reflector
sudo reflector --verbose --latest 5 --sort rate --save /etc/pacman.d/mirrorlist
sudo reflector --latest 200 --protocol http --protocol https --sort rate --save /etc/pacman.d/mirrorlist

Paru

sudo pacman -S --needed base-devel
git clone https://aur.archlinux.org/paru.git
cd paru
makepkg -si

Update system

paru -Syyu

File utilities

paru --repo -S file-roller p7zip zip unzip unrar exfat-utils ntfs-3g

Install multimedia codecs

paru --repo -S gstreamer0.10-bad-plugins gstreamer0.10-base-plugins gstreamer0.10-ffmpeg 
paru --repo -S gstreamer0.10-good-plugins gstreamer0.10-ugly-plugins gst-libav gst-plugins-bad 
paru --repo -S gst-plugins-base gst-plugins-good gst-plugins-ugly ffmpegthumbnailer

Install Audio Apps

paru --repo -S pulseaudio pavucontrol pulseaudio-alsa alsa-utils

Nvidia Drivers

yay -S nvidia nvidia-utils nvidia-xrun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment