Skip to content

Instantly share code, notes, and snippets.

@eggplants
Last active December 28, 2021 22:49
Show Gist options
  • Save eggplants/d6392247cc380334446b635399ea92f5 to your computer and use it in GitHub Desktop.
Save eggplants/d6392247cc380334446b635399ea92f5 to your computer and use it in GitHub Desktop.
steam on clossover21
brew install --cask --no-quarantine gcenx/wine/wine-crossover
winecfg
winetricks -q allfonts
export WINEPREFIX="$HOME/.wine"
wget https://github.com/doitsujin/dxvk/releases/download/v1.9.2/dxvk-1.9.2.tar.gz
tar -zxvf dxvk-1.9.2.tar.gz
./dxvk-1.9.2/setup_dxvk.sh install
git clone --depth https://github.com/z0z0z/mf-install
./mf-install/mf-install.sh
wget https://cdn.akamai.steamstatic.com/client/installer/SteamSetup.exe
wine SteamSetup.exe
wine drive_c/Program\ Files\ \(x86\)/Steam/steam.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment