-
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."
This file contains 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
# 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/Peltoche/lsd
"The next gen ls command" -
https://github.com/willdoescode/nat
"ls
alternative with useful info and a splash of color 🎨"
This file contains 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
// 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" |
OlderNewer