Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

data-miner00/dotfiles_old

Repository files navigation

dotfiles

My Windows configuration files.

Screenshot

Thanks ChadCat5207 for the inspiration! I love it!

Ubuntu WSL

Other programs

Summary

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

Installation

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.

Vagrant

Validate the syntax for Vagrantfile.

vagrant validate

Formatting

  1. For Lua, use the stylua command against lua-containing folders.
stylua .config/nvim
  1. For Powershell, use the Format-PowerShellFile command.
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 }

License

Distributed under the WTFPL License. See LICENSE for more information.


WTFPL

About

A place to keep my Windows configuration files

Topics

Resources

License

Stars

Watchers

Forks

Contributors