My Windows configuration files.
Thanks ChadCat5207 for the inspiration! I love it!
Here is a summary of the tools I use.
- WM: glazeWM
- Status bar: zebar
- Shell: PowerShell, bash, zsh
- Prompt: Starship
- Terminal: Windows Terminal, wezterm
- Font: CaskaydiaMono Nerd Font
- Launcher: PowerToys Run
- Text editor: Neovim, Emacs, Notepad++, VS Code, Cursor
- Fetch: neofetch, fastfetch
- IDE: Visual Studio 2022
- VM: VirtualBox, Vagrant
- Package manager: Scoop, Chocolatey
- Browser: Firefox, Arc
- Flyout: Modern Flyout
Unfortunately, there are some components/software that needs to be installed manually as of now. I will be striving to automate as much as possible.
Note
Installation steps are currently work in progress.
Validate the syntax for Vagrantfile.
vagrant validate
- For Lua, use the
styluacommand against lua-containing folders.
stylua .config/nvim
- For Powershell, use the
Format-PowerShellFilecommand.
Get-ChildItem .\.config\pwsh\modules\ | Where-Object { $_.Mode -eq "-a----" } | ForEach-Object { Format-PowerShellFile ".\.config\pwsh\modules\$_" }Get-ChildItem ".\.config\pwsh\modules" | Select-Object { $_.Name }Distributed under the WTFPL License. See LICENSE for more information.

