Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 1.96 KB

README.md

File metadata and controls

68 lines (45 loc) · 1.96 KB

Dotfiles Configuration

A comprehensive collection of development environment configurations focused on Windows development with PowerShell, VS Code, and modern web technologies.

🎯 Overview

This repository contains my personal development environment configurations, including terminal customizations, VS Code settings, and font configurations for an optimal development experience.

📂 Repository Structure

.
├── terminal/
│   ├── starship.md      # Starship prompt setup guide
│   └── icons.md         # Terminal icons configuration
├── vscode/
│   └── extensions.md    # List of essential VS Code extensions
└── nerd-font.md         # JetBrains Mono Nerd Font setup

⚙️ Key Components

  • Terminal Customization

    • Starship prompt for PowerShell
    • Terminal-Icons for enhanced directory listings
    • Custom PowerShell profile configurations
  • VS Code Setup

    • 35+ curated extensions for web development
    • React/TypeScript development optimizations
    • Development tools and productivity enhancements
  • Font Configuration

    • JetBrains Mono Nerd Font
    • Optimized for coding and terminal use

🚀 Quick Start

  1. Font Setup

    • Follow instructions in nerd-font.md to install JetBrains Mono Nerd Font
  2. Terminal Configuration

    • Install and configure Starship (see terminal/starship.md)
    • Set up Terminal-Icons (see terminal/icons.md)
  3. VS Code Setup

    • Install recommended extensions from vscode/extensions.md

💻 Technologies

  • PowerShell with Starship prompt
  • VS Code as primary editor
  • Terminal-Icons for enhanced CLI experience
  • Modern web development tools and extensions

📝 Notes

  • Configurations are optimized for Windows development environment
  • Focus on React/TypeScript development workflow
  • Regular updates to extension list and configurations

📄 License

MIT License - Feel free to use and modify these configurations for your own setup.