Contains .config for Windows for now. Hopefully Linux in the future
It will configure following
- Powershell with Oh My Posh to make it look not shit
- Neovim with kickstarter.nvim
- Windows Terminal with better splitting keybind that respects current directory when splitting
It did use to support following but it have been disabled
- glazevm
- wezterm
- Powershell. Yes it requires powershell on Linux as well :^)
- Git
- Python
- C Compiler (e.g. clang or gcc. Need for Vim building tree-sitter)
- nodejs (For pyright and neovim copilot)
- Winget
- Chocolatey Package manager
From administrator shell install nodejs using choco
choco install nodejs-lts
Then
To setup entire environment, type pwsh ./setup.ps1
oh-my-posh font install
from vim you can check what LSP you have by typing :Mason
and You can also install LSP
for different Language by :MasonInstall rust-analyzer
Require node to be installed. To setup type :Copilot setup