| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse#!/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"
Below is a diagram that details my homelab's structure
Static for now, just need to convert the langs for .md
TUI-inspired theme with dynamic pywal integration, and many preconfigured colorschemes!
CSS 2
My personal collection of bash scripts I use on a regular basis.
Shell 1
| Back | FazBrowse Home | New Git URL |