Initial commit (I feel unsafe)

This commit is contained in:
2026-01-16 00:11:58 -08:00
commit d69daa37bf
121 changed files with 4153 additions and 0 deletions

6
instance-bash_aliases Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
alias less="less -r"
alias dsizes="sudo du --max-depth=1 -h"
alias workas="sudo machinectl shell"
alias psdeets="ps -o pid,vsz=MEMORY -o user,group=GROUP -o comm,args=ARGS -p"