Last active
June 11, 2025 12:36
-
-
Save vantm/8d43d28279b63c1c542abe5dc323a232 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install WLAN drivers | |
| # Debloat and Tweak windows using WinUtils | |
| # Install LenovoServiceBridge and update drivers | |
| scoop install 7zip git | |
| &"$env:USERPROFILE/scoop/apps/7zip/current/install-context.reg" | |
| &"$env:USERPROFILE/scoop/apps/git/current/install-context.reg" | |
| git config --global credential.helper manager | |
| scoop bucket add extras | |
| scoop bucket add vantm https://github.com/vantm/scoop-bucket | |
| scoop bucket add nerd-fonts | |
| scoop install ` | |
| main/sudo main/fzf main/ripgrep main/jq main/zoxide main/neovim ` | |
| main/python main/rust main/lua main/go main/fnm ` | |
| vantm/unikey ` | |
| extras/lazygit ` | |
| main/pwsh extras/windows-terminal extras/terminal-icons ` | |
| extras/everything extras/glazewm extras/sharex ` | |
| extras/vscode extras/linqpad vantm/runjs extras/notepadplusplus ` | |
| extras/firefox extras/chromium ` | |
| nerd-fonts/Mononoki-NF | |
| &"$env:USERPROFILE/scoop/apps/pwsh/current/install-explorer-context.reg" | |
| &"$env:USERPROFILE/scoop/apps/windows-terminal/current/install-context.reg" | |
| &"$env:USERPROFILE/scoop/apps/everything/current/install-context.reg" | |
| #Add Visual Studio Code as a context menu option by running: | |
| &"$env:USERPROFILE/scoop/apps/vscode/current/install-context.reg" | |
| #For file associations, run: | |
| &"$env:USERPROFILE/scoop/apps/vscode/current/install-associations.reg" | |
| #For github integration, run: | |
| &"$env:USERPROFILE/scoop/apps/vscode/current/install-github-integration.reg" | |
| scoop install extras/vcredist2022 | |
| # After complete install vcredist, we can safely remove it. | |
| scoop uninstall extras/vcredist2022 | |
| Copy-Item ` | |
| -Path "$env:APPDATA/Microsoft/Windows/Start Menu/Programs/Scoop Apps/GlazeWM.lnk" ` | |
| -Destination "$env:APPDATA/Microsoft/Windows/Start Menu/Programs/Startup" | |
| iwr "https://dot.net/v1/dotnet-install.ps1" -OutFile "$env:USERPROFILE/dotnet-install.ps1" | |
| &"$env:USERPROFILE/dotnet-install.ps1" -Channel LTS | |
| &"$env:USERPROFILE/dotnet-install.ps1" -Channel STS | |
| # Install other dotnet versions if needed | |
| # Setup GlazeWM keybindings & rules | |
| # Setup Windows Terminal font settings | |
| # Setup PowerShell profiles | |
| # Setup Neovim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment