This file contains hidden or 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
| #!/bin/bash | |
| # | |
| # firefox-init | |
| # ----------- | |
| # This script disables many annoyances that may | |
| # disuade new users from using Firefox at all. | |
| # It also installs uBlock Origin, though it needs | |
| # to be enabled via Firefox | |
| # |
This file contains hidden or 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
| {"account_name":"","serial_number":"","revocation_code":"","shared_secret":"%SECRET%","token_gid":"","identity_secret":"","server_time":0,"uri":"","fully_enrolled":true,"device_id":"","secret_1":"","Session":{"SessionID":"","SteamLogin":"","SteamLoginSecure":"","WebCookie":"","OAuthToken":"","SteamID":0}} |
This file contains hidden or 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
| pkgname=discord | |
| _pkgname=Discord | |
| pkgver=%pkgver% | |
| pkgrel=1 | |
| pkgdesc="Discord, but the PKGBUILD is automatically updated. Probably a bad idea." | |
| arch=('x86_64') | |
| url='https://discordapp.com' | |
| license=('custom') | |
| depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3') | |
| optdepends=('libpulse: Pulseaudio support' |
This file contains hidden or 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
| pkgbase = openrct2-dev-appimage | |
| pkgdesc = https://nightly.link/OpenRCT2/OpenRCT2/workflows/ci/develop/OpenRCT2-AppImage.zip | |
| pkgver = 0.4.1 | |
| pkgrel = 1 | |
| url = https://openrct2.io | |
| arch = x86_64 | |
| license = GPL3 | |
| provides = openrct2-dev | |
| conflicts = openrct2-dev | |
| options = !strip |
This file contains hidden or 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
| This is not an audio file. |
This file contains hidden or 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
| #!/bin/bash | |
| # Builds the most recent dev build and installs | |
| # Requires jq git curl | |
| # Build dependencies: https://wiki.dolphin-emu.org/index.php?title=Building_Dolphin_on_Linux#Build_Dependencies | |
| # update DOLPHINDIR to the directory to keep all dolphin build files | |
| DOLPHINDIR=~/Documents/dolphin-updater | |
| # ================ # |
This file contains hidden or 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
| // launch options: | |
| // %command% -novid -nojoy; mv /home/cory/.local/share/Steam/steamapps/common/Counter-Strike\ Global\ Offensive/csgo/replays/* /home/cory/Documents/demos/ | |
| // rates | |
| rate "786432" // max rate, lower if having network issues | |
| cl_cmdrate "128" | |
| cl_updaterate "128" | |
| cl_interp "0.0" | |
| cl_interp_ratio "1" | |
| cl_interpolate "1" |