amrith@portfolio:~ — ghostty — 120×30
portfolio.sh about.md projects.json resume.py blog.log
+
📁 ~/portfolio git:(main)
INSERT Ln 1, Col 1
Last login: Fri, Aug 8, 12:15 AM on ttys000
amrith@portfolio:~$whoami
amrith
amrith@portfolio:~$whereis amrith
amrith: /home/amrith /usr/local/bangalore /usr/share/india
amrith@portfolio:~$cat .banner
╔═══════════════════════════════════════╗ ║ AMRITHNATH VIJAYAKUMAR ║ ║ Full-Stack Developer & Creator ║ ╚═══════════════════════════════════════╝
amrith@portfolio:~$cat about.json
{"name": "Blog", "role": "Full-Stack Developer", "description": "Redirecting to posts…", "achievements": "Building innovative solutions", "experience": "6+ years", "status": "Available for new opportunities"}
amrith@portfolio:~$ls -la
total 42
drwxr-xr-x 3 amrith staff 224 Dec 16 14:30 .
drwxr-xr-x 3 amrith staff 96 Dec 15 09:15 ..
-rw-r--r-- 1 amrith staff 128 Dec 16 08:30 .ghostty
drwxr-xr-x 3 amrith staff 128 Dec 16 14:25 about/
drwxr-xr-x 3 amrith staff 96 Dec 15 16:20 blog/
-rw-r--r-- 1 amrith staff 892 Dec 16 09:15 contact.txt
drwxr-xr-x 3 amrith staff 256 Dec 16 13:45 projects/
-rw-r--r-- 1 amrith staff 1247 Dec 16 10:30 resume.pdf
amrith@portfolio:~$tree skills/
skills/
├── frontend/ │ ├── javascript.js │ ├── typescript.ts │ ├── react.jsx │ ├── nextjs.js │ ├── astro.astro │ └── vue.vue ├── backend/ │ ├── nodejs.js │ ├── python.py │ ├── django.py │ ├── express.js │ └── fastapi.py ├── database/ │ ├── postgresql.sql │ ├── mongodb.js │ ├── redis.conf │ └── sqlite.db └── devops/ ├── docker.yml ├── aws.tf ├── cicd.yml ├── git.config └── vercel.json

4 directories, 20 files
amrith@portfolio:~/projects$ls -lta
total 24
drwxr-xr-x 3 amrith staff 256 Dec 16 13:45 .
drwxr-xr-x 3 amrith staff 224 Dec 16 14:30 ..
drwx------ 3 amrith staff 1024 Dec 14 09:00 .future-ai-project/
drwx------ 3 amrith staff 512 Dec 13 15:30 .blockchain-app/
drwx------ 3 amrith staff 768 Dec 12 11:45 .mobile-game/
amrith@portfolio:~$cat stats.json
{"projects_completed": 25, "technologies_used": 30, "years_experience": 6, "certifications": 2, "awards": 4}
amrith@portfolio:~$cat contact.json
{"email": "[email protected]", "github": "github.com/amrithnath", "linkedin": "linkedin.com/in/amrithnath", "website": "amrithnath.com"}
amrith@portfolio:~$uptime
14:30 up 365 days, 12:45, 1 user, load averages: 0.52 0.48 0.51
amrith@portfolio:~$uname -a
Darwin portfolio.local 24.2.0 Darwin Kernel Version 24.2.0: Fri Dec 6 18:51:28 PST 2024; root:xnu-11215.61.5~2/RELEASE_ARM64_T6000 arm64 M1 Pro
amrith@portfolio:~$cat .ghostty
# Ghostty Terminal Configuration # Fast, feature-rich terminal emulator # Using Catppuccin Mocha theme theme = "catppuccin-mocha" font-family = "JetBrains Mono" font-size = 14
amrith@portfolio:~$echo "Thanks for visiting! 🚀"
Thanks for visiting! 🚀
amrith@portfolio:~$