Skip to content

Instantly share code, notes, and snippets.

@Skalnark
Last active January 15, 2022 16:44
Show Gist options
  • Save Skalnark/5bf8398c241ddf683e614575f781d41b to your computer and use it in GitHub Desktop.
Save Skalnark/5bf8398c241ddf683e614575f781d41b to your computer and use it in GitHub Desktop.
Steam on arch linux
# Enable multilib
$ sudo vim /etc/pacman.conf
# Add/uncomment the following to the file:
[multilib]
Include = /etc/pacman.d/mirrorlist
# Update the package database and install Steam
$ sudo pacman -Sy
$ sudo pacman -S steam
# Install proton from AUR (it takes an eternity to compile)
# https://aur.archlinux.org/packages/proton
$ yay -S proton
# Go to Steam >> settings >> steam play to enable proton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment