My development environment configs for Windows and Linux.
├── windows/ # PowerShell, Starship, VS Code
│ ├── terminal/ # Starship config + PowerShell profile
│ ├── vscode/ # Settings + extensions
│ └── nerd-font.md # Font setup
│
└── linux/ # Zsh, Bash, shell config
├── .zshenv # Bootstrap (sets ZDOTDIR)
├── .profile # Login env for Bash/GDM
├── .bashrc # Bash interactive config
├── .local/
│ └── share/gnome-shell/extensions/
│ └── [email protected]/
└── .config/
├── aliasrc # Shared aliases (Bash + Zsh)
├── bat/
│ └── config # Bat configuration
├── kitty/
│ └── kitty.conf # Kitty terminal configuration
├── terminal/
│ └── tcs-gruvbox.dconf # GNOME Terminal color scheme
├── yazi/ # Yazi file manager configuration
├── dircolors # LS_COLORS configuration
└── zsh/
├── .zshenv # Zsh environment (XDG, PATH)
├── .zshrc # Zsh interactive (plugins, prompt)
└── .p10k.zsh # Powerlevel10k theme
- Windows → see
windows/README.md - Linux → see
linux/README.md
MIT