-
https://github.com/Peltoche/lsd
"The next gen ls command" -
https://github.com/willdoescode/nat
"ls
alternative with useful info and a splash of color 🎨"
// see: | |
// https://github.com/ec-/Quake3e | |
// https://www.moddb.com/mods/quake-3-4xai-upscale | |
// ~ /exec autoexec.cfg | |
seta r_mode "-1" | |
seta r_customwidth "2560" | |
seta r_customheight "1440" | |
seta cg_fov "120" |
-
https://andy-bell.co.uk/a-more-modern-css-reset/
"A (more) Modern CSS Reset - 18th of September 2023" -
https://odin-lang.org/
"Odin Programming Language. The Data-Oriented Language for Sane Software Development."
# fix dir colors in wsl | |
LS_COLORS+=':ow=01;33' | |
alias q='exit' | |
alias upup='sudo apt update && sudo apt upgrade -y' | |
alias ls='clear && ls --color=auto' | |
alias ll='clear && ls --color=auto -alhF' | |
alias lll='clear && ls --color=auto -alhF *' |
# ___ ______ ____ | |
# / _ \___ _ _____ ____/ __/ / ___ / / / | |
# / ___/ _ \ |/|/ / -_) __/\ \/ _ \/ -_) / / | |
# /_/ \___/__,__/\__/_/ /___/_//_/\__/_/_/ | |
# | |
# https://github.com/PowerShell/PowerShell | |
# %USERPROFILE%\Documents\PowerShell\Profile.ps1 | |
{
"always_prompt_for_file_reload": true,
"bold_folder_labels": true,
You can use https://uupdump.net/ to build up an ISO file (even from Linux or Mac, the options enable you to keep the file size down) and just drop into https://github.com/ventoy/Ventoy and you're good to go.
If you're already running Windows you can do ⊞ Win
, Reset this PC
for a more convenient ISO download option.
For keys try https://www.microsoft.com/windows/get-windows-11 or local retail store, otherwise check PC Hardware channels on YouTube as they often have links to discounted keys (obviously check if valid/legit, due diligence, etc.)
{ | |
"$help": "https://aka.ms/terminal-documentation", | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"actions": [ | |
{ | |
"command": { | |
"action": "copy", | |
"singleLine": false | |
}, | |
"keys": "ctrl+c" |