Skip to content

Instantly share code, notes, and snippets.

View queicherius's full-sized avatar

David Reess queicherius

View GitHub Profile
@queicherius
queicherius / cloudSettings
Last active July 12, 2020 20:55
VSCode Settings
{"lastUpload":"2020-07-12T20:55:19.484Z","extensionVersion":"v3.4.3"}
@queicherius
queicherius / server-setup.sh
Last active October 4, 2023 17:34
The setup script for new cloud servers
#!/bin/bash
set -e
# Run like this:
# curl -fsSL https://gist.githubusercontent.com/queicherius/e0a1e8ab0720effd245d4367c43eeb63/raw/server-setup.sh | bash
echo "server-setup -> update packages"
apt-get update
echo "server-setup -> upgrade packages"
@queicherius
queicherius / profile.json
Last active December 31, 2019 11:21
Microsoft Terminal Profile
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{6e9fa4d2-a4aa-562d-b1fa-0789dc1f83d7}",
"requestedTheme": "dark",
"profiles": [
This file has been truncated, but you can view the full file.
["7328","9720","4158","8750","2963","1327","1758","1267","6583","9164","4063","7015","4618","7803","2714","6039","7609","4851","5107","5862","7632","1584","6573","1025","8437","6109","7520","2476","5680","3952","8079","5680","5749","5916","9251","1078","2057","9607","8579","4798","1267","9813","2367","7968","3687","7056","5210","8752","4397","5407","1346","4519","8045","6752","8126","7629","2875","7148","9157","7253","2598","9735","9461","8209","9310","1280","3621","3620","5816","4389","5042","8250","8902","8032","2548","3865","8973","4357","8673","8615","1043","5423","6150","8357","2065","2739","1402","7540","2476","7398","6289","4938","5724","8239","3192","2801","3740","9251","2475","5039","9316","8106","3618","2038","3401","5314","4169","5037","3258","1835","9456","2951","1367","1486","6193","1489","2398","1853","1352","9215","3926","2579","8746","2549","2763","8105","3029","6071","5316","4017","7513","4693","8634","6039","3781","4693","3648","3651","2501","8394","3260","2675","8631","5071","2963","5120","
Commit Type Emoji Code
Initial Commit 🎉 :tada:
Version Tag 🔖 :bookmark:
New Feature :sparkles:
Bugfix 🐛 :bug:
Metadata 📇 :card_index:
Refactoring ♻️ :recycle:
Documentation 📚 :books:
Internationalization 🌐 :globe_with_meridians: