My personal configuration files and setup scripts. Currently contains Windows setup only - more platforms may be added later (when I use them).
windows/- PowerShell scripts for setting up a new Windows machinenvim/- Neovim config (LazyVim)vscode/- VS Code settings and extensions list
Note
Must be run as Administrator
1. Install Chocolatey
.\windows\install-chocolatey.ps12. Install packages
.\windows\choco-packages.ps13. Install global packages
.\windows\global-package.ps14. Create symlinks
.\windows\symlinks.ps1To restore extensions:
Get-Content vscode\extensions.txt | ForEach-Object { code --install-extension $_ }To export current extensions:
code --list-extensions > vscode\extensions.txtFiles have their respective licenses