This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# G8MP01 - Paper Mario: The Thousand-Year Door | |
[Core] | |
#GFXBackend = Vulkan | |
CPUThread = False | |
GameCubeLanguage = 1 | |
[Video_Hardware] | |
VSync = True | |
[Video_Hacks] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias startSSHa='eval $(ssh-agent); ssh-add' | |
alias commit='git commit -S' | |
alias B='byobu' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#.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 |