cyr0nix@portfolio
-------------------
OS: Ubuntu 22.04 LTS
Host: VPS Server
Shell: bash 5.1.16
Terminal: Antigravity
Editor: VS Code + Antigravity
Theme: Synthwave '84
Icons: Material Icon Theme
Uptime: Always Online
Languages: JavaScript, TypeScript
// Uses
$ cat setup.md
Gelistirme ortamimda kullandigim araclar, yazilamlar ve konfigurasyonlar. Verimli bir workflow icin optimize edilmis setup.
VS Code Extensions
Remote - SSH
Connect to remote servers directly from VS Code
Material Icon Theme
Beautiful file icons for better visual navigation
Synthwave '84
Retro-futuristic color theme with neon glow effects
Docker
Docker container management and Dockerfile support
Live Server
Local development server with live reload
Prettier
Opinionated code formatter for consistent style
DevOps & Tools
Docker
Containerization platform for consistent dev/prod environments
PM2
Process manager for Node.js - keeps apps alive forever
Postman
API development and testing platform
Git & GitHub
Version control and code collaboration
MongoDB Compass
GUI for MongoDB database management
Nginx
High-performance web server and reverse proxy
# Aliases
alias ll='ls -la'
alias gs='git status'
alias gp='git push'
alias dc='docker-compose'
alias pm2l='pm2 logs'
# Custom prompt
PS1='\[\e[32m\]\u@\h\[\e[0m\]:\[\e[34m\]\w\[\e[0m\]\$ '
# Node Version Manager
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"