#!/usr/bin/env bash
USERNAME="Morgan"
ALIASES=("0lswitcher" "WomboCombo" "Neo64")
LANGUAGES=("C++" "JavaScript" "Python" "HTML" "CSS" "Bash" "Nix" "GDScript")
TOOLS=("Docker" "docker-compose" "Blender" "ACC" "Git")
LOCALE="en_US.UTF-8"
echo ">>> identity.load()"
echo " → Name: $USERNAME"
echo -n " → Aliases: "; printf "%s, " "${ALIASES[@]}"; echo -e "\b\b "
echo ""
echo ">>> skillset.report()"
echo -n " → Languages: "; printf "%s, " "${LANGUAGES[@]}"; echo -e "\b\b "
echo -n " → Tools: "; printf "%s, " "${TOOLS[@]}"; echo -e "\b\b "
echo ""
echo ">>> system.config()"
echo " → Locale: $LOCALE"
lover of everything software and hardware
whether its programming, FOSS, SBC's, servers, or cars-I <3 learning all about it
psst...i also care a lot about privacy and security, but that doesn't mean i won't bypass yours-
pick any color hat i like to get my hands dirty, so excercise security measures as always
Below is a diagram that details my homelab's structure
Static for now, just need to convert the langs for .md