A curated collection of dotfiles and scripts to automate the setup of a professional Windows development environment with PowerShell and VS Code optimizations.
- One-click installation script
- Custom PowerShell prompt with Oh My Posh
- Performance-optimized terminal settings
- Enhanced VS Code configuration
- Fuzzy finder integration (FZF)
- Multiple package manager support
- Productivity-focused customizations
Open PowerShell and run:
irm https://raw.githubusercontent.com/ChristopherAlphonse/dotfiles/refs/heads/master/bootstrap.ps1 | iex
- Windows 10/11
- PowerShell Core 7.4+
- Git for Windows
- VS Code 1.93+
- Scoop - Package manager
- Winget - Windows package manager
- Chocolatey - Package manager for Windows
- Bat - Modern cat replacement
- Ripgrep - Fast search tool
- Fzf - Fuzzy finder
- Terminal-Icons
- PSReadLine
- z Directory Jumper
- Theme Engine: Oh My Posh
- Tab Completion: Carapace
- Fuzzy Search: PSFzf
{
"colorScheme": "Dark+",
"fontFace": "MesloLGLDZ Nerd Font",
"fontSize": 16,
"opacity": 23,
"padding": 15,
"useAcrylic": true
}
For a cleaner, distraction-free experience:
These configurations are provided as-is. Review and understand all settings before applying them to your system. While these configurations support both macOS and Linux, they are primarily optimized for Windows with PowerShell Core and VS Code.
Contributions are welcome! Please feel free to submit a Pull Request.
find the lastest updates here