https://github.com/data-miner00/dotfiles_old
A place to keep my Windows configuration files
https://github.com/data-miner00/dotfiles_old
vim windows wsl
Last synced: about 2 months ago
JSON representation
A place to keep my Windows configuration files
- Host: GitHub
- URL: https://github.com/data-miner00/dotfiles_old
- Owner: data-miner00
- License: wtfpl
- Created: 2023-08-01T14:28:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T10:56:25.000Z (about 1 year ago)
- Last Synced: 2024-10-19T14:32:55.570Z (about 1 year ago)
- Topics: vim, windows, wsl
- Language: PowerShell
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
My Windows configuration files.
## Screenshot
Thanks [ChadCat5207](https://www.reddit.com/r/unixporn/comments/1ipddtk/awesome_old_rice_i_never_posted) for the inspiration! I love it!


## 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
```
2. For Powershell, use the `Format-PowerShellFile` command.
```powershell
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.