Skip to content

Instantly share code, notes, and snippets.

View cchulo's full-sized avatar
🐚
living in the shell

Carlos Chulo cchulo

🐚
living in the shell
  • San Diego, CA
View GitHub Profile
@cchulo
cchulo / install.sh
Created November 6, 2023 01:43
self installer for non-steam games
#!/usr/bin/env bash
script_name=$0
script_full_path="$(cd "$(dirname "$0")" && pwd)"
dirname=$(basename "${script_full_path}")
target="${HOME}/Games"
echo "installing ${script_full_path} to ${target}"
rsync \
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAyMhpWJpykM2bOlwvJVvpGdL1LvktcONarlVnRA3gUf Deck-R606
@cchulo
cchulo / bioshock-workaround.sh
Created September 27, 2022 09:13
Bioshock launcher workaround
# Credit: https://www.reddit.com/r/linux_gaming/comments/x4wk6w/comment/imxvs6u/?utm_source=share&utm_medium=web2x&context=3
# Bioshock
bash -c 'exec "${@/2KLauncher\/LauncherPatcher.exe/Build\/Final\/BioshockHD.exe}"' -- %command% -nointro
# Bioshock 2
bash -c 'exec "${@/2KLauncher\/LauncherPatcher.exe/Build\/Final\/Bioshock2HD.exe}"' -- %command% -nointro