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 / 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"
@ruandre
ruandre / awesome-cli.md
Last active December 29, 2023 10:53
Awesome CLI
@ruandre
ruandre / random-awesome-stuff.md
Last active September 25, 2023 19:11
Random Awesome Stuff
@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 / Profile.ps1
Last active September 23, 2023 15:28
PowerShell Profile.ps1
# ___ ______ ____
# / _ \___ _ _____ ____/ __/ / ___ / / /
# / ___/ _ \ |/|/ / -_) __/\ \/ _ \/ -_) / /
# /_/ \___/__,__/\__/_/ /___/_//_/\__/_/_/
#
# https://github.com/PowerShell/PowerShell
# %USERPROFILE%\Documents\PowerShell\Profile.ps1
@ruandre
ruandre / nix-on-wsl-debian-ubuntu.md
Last active August 28, 2023 20:41
Nix on WSL Debian/Ubuntu

Nix on WSL Debian/Ubuntu

Prep

Install these if not already available:

sudo apt install curl xz-utils
@ruandre
ruandre / sublime-text-settings.md
Last active February 7, 2022 17:48
Sublime Text Settings

Sublime Text Settings

https://www.sublimetext.com/

Preferences.sublime-settings.json

{
  "always_prompt_for_file_reload": true,
  "bold_folder_labels": true,
@ruandre
ruandre / win10-11.md
Last active March 30, 2024 09:54
After installing Windows 10/11

🪟 After installing Windows 10/11

Install

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.)

@ruandre
ruandre / shell-tips.md
Last active February 8, 2022 05:32
Linux Shell Tips (Bash, etc.)

Shell Tips

Mostly "notes to self" as I occasionally forget...

System info

uname -a
@ruandre
ruandre / settings.json
Last active February 7, 2022 16:10
Windows Terminal
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"