Important
Since I work with this repository everyday to maintain latest updates for my Windows machine, many apps or packages will be add / remove / reconfigure to fit my personal taste.
WINDOTS/
├── nerdfonts/ <- Directory for required Nerd Fonts
│ ├── Hack.zip <- Hack Nerd Font for terminal glyphs and icons
│ └── NerdFontsSymbolsOnly.zip <- Symbols-only font to ensure icons render correctly
│
├── terminal/
│ ├── .starship/
│ │ └── starship.toml <- Main configuration file for the Starship prompt theme
│ ├── cmd/
│ │ └── starship.lua <- Lua script to integrate Starship with CMD (likely via Clink)
│ ├── pwsh/
│ │ └── Microsoft.PowerShell_profile.ps1 <- PowerShell profile to auto-load settings and Starship on startup
│ └── settings.json <- Windows Terminal settings (profiles, themes, fonts)
│
├── LICENSE
└── README.md