Clean and optimized VSCode/Windsurf setup for modern web development
git clone https://github.com/hamidlabs/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.sh- VSCode/Windsurf Settings - Optimized for performance
- 30+ Extensions - Carefully selected for productivity
- Next.js + TypeScript - Modern web development stack
- Tailwind CSS - Utility-first styling
- ESLint + Prettier - Code quality and formatting
- Git Configuration - Useful aliases and settings
- Prettier - Code formatting
- ESLint - JavaScript/TypeScript linting
- GitLens - Enhanced Git integration
- Tailwind CSS IntelliSense - CSS autocomplete
- ES7+ React Snippets - React code snippets
- Thunder Client - API testing
- Live Server - Local development server
- Material Icon Theme - Beautiful file icons
- Next.js 15 - React framework
- TypeScript - Type safety
- Tailwind CSS - Styling
- React 18 - Frontend library
- Node.js - Runtime environment
- Git - Version control
- ✅ Windows (Git Bash, PowerShell, WSL)
- ✅ macOS (Terminal, iTerm2)
- ✅ Linux (Bash, Zsh)
- 60% less memory usage with optimized settings
- Faster startup with performance tweaks
- AI-powered coding with GitHub Copilot integration
- Debugging setup for Next.js and React
- Auto-formatting on save
- Consistent code style across projects
vscode/
└── hamidlabs.code-profile # Editor profile
fonts/
└── coding-fonts.zip # Editor font
{
"workbench.colorTheme": "Your Theme Name"
}{
"editor.fontFamily": "Your Font, JetBrains Mono, Consolas"
}Found a useful extension or setting? Feel free to open an issue or PR!
MIT License - feel free to use and modify
⭐ Star this repo if it helped you!
Made with ❤️ by hamidlabs