Skip to content

Terminal127/Terminal127

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 

Repository files navigation

#!/bin/bash

echo_color "# πŸ’« About Me:"
cat << EOF
echo "I'm a passionate open-source enthusiast and an Arch user πŸ’€"
echo "Daily driver: Hyprland window manager"
echo "Obsession: Theming (especially Tokyo Night!)"
echo "Hobby: Tweaking and tinkering with my system"
echo "Exploring: DevOps, DevSecOps, Cloud Computing"
echo "Growing interest: The magic of Deep Learning"
echo "Motivation: Learning new things and coding for joy"
echo "Offline passion: Anime aficionado"
EOF

echo_color "# πŸ’» Tech Stack:"
cat << EOF
tech_stack=(
    "java" "python" "ruby" "rust" "js" "c" "cpp" "go" "html" "lua" "md"
    "selenium" "github" "gitlab" "git" "vim" "neovim" "linux" "arch"
    "ubuntu" "debian" "bash" "ansible" "postman" "powershell" "docker"
    "jenkins" "kubernetes" "nginx" "aws" "gcp" "prometheus" "grafana"
    "vscode" "regex" "terraform" "cmake" "nodejs" "expressjs" "bots"
    "azure" "mongodb" "flask" "openshift" "androidstudio" "sklearn"
    "tensorflow" "pytorch"
)

for skill in "\${tech_stack[@]}"; do
    case \$skill in
        "arch")         echo "btw, I use arch 😎" ;;
        "vim"|"neovim") echo "\$skill is not just an editor, it's a way of life πŸ–₯️" ;;
        "python")       echo "\$skill: because why use brackets when you can use whitespace? 🐍" ;;
        "java")         echo "\$skill: verbose? Yes. OOP? Absolutely. My first love? Always. β˜•" ;;
        "rust")         echo "\$skill: for when you want your code to be as robust as your coffee βš™οΈ" ;;
        *)              echo "\$skill: mastered βœ…" ;;
    esac
done
EOF

echo "echo \"Remember, in the world of tech, the only constant is change... and my love for Arch! πŸ’˜\""
Streak Stats GitHub Stats

πŸ† GitHub Trophies

Trophies

πŸ‘€ Views

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published