Skip to content

Instantly share code, notes, and snippets.

View ruandre's full-sized avatar

Ruandré Janse van Rensburg ruandre

View GitHub Profile
@ruandre
ruandre / .bashrc
Last active May 27, 2023 17:19
WSL Debian/Ubuntu .bashrc
# 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 *'
@ruandre
ruandre / random-awesome-stuff.md
Last active September 25, 2023 19:11
Random Awesome Stuff
@ruandre
ruandre / awesome-cli.md
Last active December 29, 2023 10:53
Awesome CLI
@ruandre
ruandre / autoexec.cfg
Last active December 30, 2023 12:46
Quake III Arena Config 2021
// 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"