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 | |
| ## Edit sudoers (add "NOPASSWD:" to the sudo line before ALL) | |
| ## Add optional: true to netplan and apply | |
| ## Add Google Kubernetes key | |
| sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys B53DC80D13EDEF05 | |
| # Install Docker |
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
| vrserverFri Nov 14 2025 07:38:42.621295 [Info] - Setting to LaunchingApp_ExternalLaunch because of prelaunch check for steam.app.275850 | |
| vrcompositorFri Nov 14 2025 07:38:42.645852 [Info] - OnMbox_SetDashboardVisibility { | |
| "reason" : "transition_app_starting", | |
| "type" : "set_dashboard_visibility", | |
| "visible" : false | |
| } | |
| vrserverFri Nov 14 2025 07:38:42.729897 [Info] - SetApplicationPid appkey=steam.app.275850 pid=113983, external transition | |
| vrserverFri Nov 14 2025 07:38:42.729942 [Info] - SetApplicationPid: Setting app steam.app.275850 PID to 113983 | |
| vrserverFri Nov 14 2025 07:38:46.184930 [Info] - CSharedResourceNamespaceServer sent namespace data: 112269 | |
| vrserverFri Nov 14 2025 07:38:46.185119 [Info] - Warning: vrclient connection from /var/home/tyzbit/.local/share/Steam/steamapps/common/Proton 10.0/files/bin/wine64-preloader with client DLL "/var/home/tyzbit/.local/share/Steam/steamapps/common/SteamVR/bin/linux64/vrclient.so" (v2.12.14) |
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
| { | |
| "_id": "68lTwTyjv", | |
| "name": "Transcode to HEVC to Save Space", | |
| "description": "Transcode to HEVC to Save Space", | |
| "tags": "", | |
| "flowPlugins": [ | |
| { | |
| "name": "This isn't a TV show", | |
| "sourceRepo": "Community", | |
| "pluginName": "setFlowVariable", |
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
| # yaml-language-server: $schema=https://raw.githubusercontent.com/tyzbit/acars-processor/refs/heads/22-25-processing-steps/schema.json | |
| ACARSProcessorSettings: | |
| ColorOutput: true | |
| LogLevel: debug | |
| LogHideTimestamps: false | |
| Database: | |
| Enabled: true | |
| Type: sqlite | |
| ACARSHub: |
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
| # yaml-language-server: $schema=https://raw.githubusercontent.com/tyzbit/acars-processor/refs/heads/main/schema.json | |
| # Purpose: Forward all human-created messages to New Relic and Discord | |
| # Environment variables are substituted at runtime by acars-processor | |
| ACARSProcessorSettings: | |
| Database: | |
| Enabled: true | |
| SQLiteDatabasePath: ./messages.db | |
| Type: sqlite | |
| ACARSHub: |
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
| # yaml-language-server: $schema=https://raw.githubusercontent.com/tyzbit/acars-processor/refs/heads/main/schema.json | |
| # This file (and schema.json) are automatically generated | |
| # from the code by running ./acars-processor -s | |
| ACARSProcessorSettings: | |
| ColorOutput: true | |
| LogLevel: info | |
| Database: | |
| Enabled: true | |
| SQLiteDatabasePath: ./messages.db |
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
| { | |
| "accent": "#d6008f", | |
| "background": "#220c32", | |
| "foreground": "#00d0ff", | |
| "block": "#35114f", | |
| "message-box": "#0d203f", | |
| "mention": "rgba(2, 175, 233, 0.5)", | |
| "success": "#65E572", | |
| "warning": "#FAA352", | |
| "tooltip": "#000000", |
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
| # MERGE this with your tabby config | |
| terminal: | |
| colorScheme: | |
| name: Missile Command | |
| foreground: '#65E572' | |
| background: '#290046' | |
| cursor: '#bbbbbb' | |
| colors: | |
| - '#000000' | |
| - '#ff615a' |
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
| # place in ~/.config/k9s/skins or equivalent | |
| k9s: | |
| body: | |
| bgColor: default | |
| prompt: | |
| bgColor: default | |
| info: | |
| fgColor: mediumpurple | |
| frame: | |
| menu: |
NewerOlder