Skip to content

Instantly share code, notes, and snippets.

View PackmanDude's full-sized avatar

Mr. Packman PackmanDude

View GitHub Profile
@PackmanDude
PackmanDude / whomine.json
Last active August 19, 2024 05:40
The entirety of activity associated with the user WhoMine on GitHub.
[
{
"id": "12255760997",
"type": "CreateEvent",
"actor": {
"id": 64899697,
"login": "WhoMine",
"display_login": "WhoMine",
"gravatar_id": "",
"url": "https://api.github.com/users/WhoMine",
@PackmanDude
PackmanDude / update_proton.sh
Last active August 3, 2024 12:14 — forked from usrtrv/update_proton.sh
Update every game's proton version.
#!/bin/sh
set -eu
steam_dir="$HOME/.steam"
proton=
list=false
eval set -- "$(getopt -o d:p:l -l directory,proton,list -- "$@")"
while true; do