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
/* ==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"); |
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
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 |
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
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"version": 2, | |
"final_space": true, | |
"blocks": [ | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"segments": [ | |
{ |