cat /etc/profile.d/javed.sh
#! /bin/bash
# /etc/profile.d/javed.sh
# A little bit about me.
#
# ββ ββ ββ
# ββ ββ ββ
# ββββ βββββββ ββββββ βββββββ ββββββ ββββ βββββββ ββββββββ
# ββ β βββββ ββββββββ β βββββ ββββββββ ββ βββ β βββ ββ
# ββ ββββββββ ββββββββ ββββββββ ββββββββ ββ ββ ββ ββ
# ββ ββββββββ ββββββββ ββββββββ ββββββββ ββββββββ ββββββββ ββ ββ
# ββ ββββ ββ βββββ ββββ ββ βββββ ββββββββ βββββ ββ ββ
# βββββ
export NAME=" Javed Habib"
export ENVIRONMENT=(" Linux" " macOS (metaphorically)" )
export SHELL=" a zsh/bash of ideas"
export EDITORS=(" NeoVim" " Zed" " my imagination" )
# Tech I'm currently working with or enjoying
export LANGUAGES=(" Python" " Go" " Rust" " Typescript" " Bash" )
export SKILLS=(" APIs" " Kubernetes" " Cloud-Native Workflows" " Frontend" " ...and a lot in between" )
# Outside of the terminal
export HOBBIES=(" Poetry" " Sci-Fi & Fantasy" )
# Connect
export GITHUB=" [https://github.com/jaeaeich](https://github.com/jaeaeich)"
export LINKEDIN=" [https://linkedin.com/in/javed-habib](https://linkedin.com/in/javed-habib)"
export COLLABORATION_STATUS=" Open to new opportunities"
echo " Welcome to my profile. Feel free to reach out!"