Skip to content

Instantly share code, notes, and snippets.

View headquarter8302's full-sized avatar

Markus headquarter8302

View GitHub Profile
@headquarter8302
headquarter8302 / runner-setup.sh
Created April 17, 2024 23:12
generic linux x64 runner setup
mkdir actions-runner && cd actions-runner
curl \
-o actions-runner-linux-x64-2.315.0.tar.gz \
-L https://github.com/actions/runner/releases/download/v2.315.0/actions-runner-linux-x64-2.315.0.tar.gz
echo \
"6362646b67613c6981db76f4d25e68e463a9af2cc8d16e31bfeabe39153606a0 actions-runner-linux-x64-2.315.0.tar.gz" \
| shasum -a 256 -c
@headquarter8302
headquarter8302 / manifest.json
Created February 20, 2024 10:06
Near-black Chrome theme
{
"manifest_version": 3,
"name": "My Awesome Theme",
"version": "1.0.0",
"description": "A cool and colorful theme for your browser",
"theme": {
"colors": {
"background_tab": [32, 32, 32],
"omnibox_background": [0,0,0],
"omnibox_text": [212, 212, 212],
@headquarter8302
headquarter8302 / discord.md
Last active April 17, 2022 06:24
Discord's Markdown syntax + other stuff

Hello there!
The text above is italicized.

Oh hello!
The text above is bolded.

How amazing! Bolded and italicized.

preformatted text, zzz