Skip to content

Instantly share code, notes, and snippets.

View EXtremeExploit's full-sized avatar
:octocat:
8 cat

Pedro Montes Alcalde EXtremeExploit

:octocat:
8 cat
View GitHub Profile
@EXtremeExploit
EXtremeExploit / CSGO
Last active September 22, 2023 08:07
autoexecs
//CLEAR
unbindall
clear
//MOVEMENT
bind "w" "+forward"
bind "s" "+back"
bind "a" "+moveleft"
bind "d" "+moveright"
bind "ctrl" "+duck"
@EXtremeExploit
EXtremeExploit / osuGuide.md
Last active March 31, 2024 00:05
Installation guide to installing osu! on Arch Linux

osu! Arch Linux guide install

Installing wine

  • Install wine from the official repositories, wine 7.12 is stable enough to run osu!
$ sudo pacman -S wine

Installing wine dependecies