Skip to content

Instantly share code, notes, and snippets.

@murxg
murxg / style.user.css
Last active April 27, 2025 10:39
CaskaydiaCove Nerdfont for Github.com
/* ==UserStyle==
@name NF github.com
@version 20250427.10.26
@namespace murxg
@description CaskaydiaCove Nerdfont for Github.com
==/UserStyle== */
@-moz-document domain("github.com") {
code, [aria-label="file content"], .blob-code, .highlight, .blob-code-inner, pre, .react-line-number, .react-code-text, .react-blob-print-hide, .commit-ref, .text-mono {
@import url("https://github.com/mshaugh/nerdfont-webfonts/raw/refs/tags/v3.3.0/build/cascadiacode.css");
@murxg
murxg / casecalc.py
Last active April 26, 2025 06:32
Calculating how many cases you can open with your budget :P
GREEN = "\033[38;5;150m"
RESET = "\033[0m"
budget = float(input(f"{RESET}╭{GREEN} Budget: {RESET}"))
key = float(input(f"{RESET}├{GREEN} Key price: {RESET}"))
case = float(input(f"{RESET}╰{GREEN} Case price: {RESET}"))
combocost = case + key
openamount = budget // combocost
@murxg
murxg / murog.json
Last active April 26, 2025 06:36
My oh-my-posh theme. Inspired by catpuccin and kali
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"version": 2,
"final_space": true,
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{