Skip to content
View Terminal127's full-sized avatar
πŸ˜Άβ€πŸŒ«οΈ
sudo pacman -S pain
πŸ˜Άβ€πŸŒ«οΈ
sudo pacman -S pain

Organizations

@TensorTrove

Block or report Terminal127

Block user

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Terminal127/README.md
#!/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

Pinned Loading

  1. tokyonight-startpage tokyonight-startpage Public

    A Hackable start-page in Tokyonight Color Scheme

    JavaScript 2

  2. OCR OCR Public

    Developed a robust OCR web application utilizing Flask for the backend and Tesseract for OCR functionalities. Employed Docker for containerization. Orchestrated deployment with Kubernetes for effic…

    CSS 2 1

  3. Luna-x-Artemis Luna-x-Artemis Public

    Luna is a versatile virtual assistant designed to enhance productivity and streamline daily tasks. Leveraging advanced AI and natural language processing technologies, Luna offers intuitive voice …

    Python 2 1

  4. sen-analysis-intel sen-analysis-intel Public

    This project analyses customer sentiment towards Intel products using a multi-stage approach. We classify each review's sentiment as positive, negative, or neutral. The project involves data cleani…

    Jupyter Notebook 2 3

  5. nvim-spotify nvim-spotify Public

    Spicfy revolutionizes Neovim with Spotify integration, facilitating song search and playback

    Python