Skip to content

Instantly share code, notes, and snippets.

@PortalMario
PortalMario / G8MP01.ini
Created August 16, 2023 19:45
Paper Mario: The Thousand-Year Door (PAL) - Perfect 4K@60FPS configuration with configurable "Hard Mode".
# G8MP01 - Paper Mario: The Thousand-Year Door
[Core]
#GFXBackend = Vulkan
CPUThread = False
GameCubeLanguage = 1
[Video_Hardware]
VSync = True
[Video_Hacks]
alias startSSHa='eval $(ssh-agent); ssh-add'
alias commit='git commit -S'
alias B='byobu'
@PortalMario
PortalMario / shellcheck_main-pr-linter.yml
Last active October 21, 2022 13:34
ShellCheck Linter for Pull Requests targeting main. Files: *.sh , scripts/*.sh
#.github/workflows/
name: "Lint Pull Requests targeting main"
run-name: "${{ github.actor }} Pull Request: ${{ github.base_ref }} <- ${{ github.head_ref }}"
on:
pull_request:
branches:
- main
jobs:
shellcheck-lint:
runs-on: ubuntu-latest