Skip to content

Instantly share code, notes, and snippets.

@Faugus
Created July 20, 2024 14:30
Show Gist options
  • Save Faugus/5b201c09194d9e72c5d1a4549806e926 to your computer and use it in GitHub Desktop.
Save Faugus/5b201c09194d9e72c5d1a4549806e926 to your computer and use it in GitHub Desktop.

Install Vulkan driver (AMD Only)

sudo pacman -S vulkan-radeon lib32-vulkan-radeon

Install Vulkan driver (NVIDIA Only)

sudo pacman -S nvidia-utils lib32-nvidia-utils

Install packages (official repository)

pacman -S chromium git steam gamemode mangohud wine-staging

Install Yay - AUR Helper (community repository)

git clone https://aur.archlinux.org/yay.git ~/yay
cd ~/yay
makepkg -si --noconfirm

Install packages (community repository)

yay -S --noconfirm goverlay

Disable File Indexer (KDE Only)

balooctl suspend && balooctl disable && balooctl purge

Install latest Mesa Driver (AMD Only)

git clone https://github.com/Frogging-Family/mesa-git.git ~/mesa-git
cd ~/mesa-git
yes | makepkg -si
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment