Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add script to install packages on Windows #8

Open
OhMyMndy opened this issue Oct 3, 2022 · 0 comments
Open

Add script to install packages on Windows #8

OhMyMndy opened this issue Oct 3, 2022 · 0 comments

Comments

@OhMyMndy
Copy link
Owner

OhMyMndy commented Oct 3, 2022

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time

irm get.scoop.sh | iex

scoop bucket add extras
scoop install git-with-openssh
scoop install github
scoop install git-credential-manager
scoop install make

scoop install uutils-coreutils
scoop install coreutils

scoop install idea-ultimate
scoop install neovim
scoop install ripgrep
scoop install vim 

scoop bucket add nerd-fonts
scoop install JetBrains-mono

scoop install act

scoop install gcloud
scoop install terraform

scoop install altdrag
scoop install xming

scoop bucket add ygguorun_scoop-bucket https://github.com/ygguorun/scoop-bucket
scoop install EasyWindowSwitcher

scoop bucket add JetBrains https://github.com/Ash258/Scoop-JetBrains
scoop install Gateway-EAP


scoop install usblogview

Glances

winget install --id Microsoft.VisualStudio.2022.BuildTools
winget install --id Python.Python.3.12
pip install glances

Windows Sandbox

Get-WindowsOptionalFeature -Online -FeatureName Containers-DisposableClientVM
Enable-WindowsOptionalFeature -Online -FeatureName Containers-DisposableClientVM

WSL
See https://reachmnadeem.wordpress.com/2021/02/15/install-wsl-2-on-windows-10-using-powershell-command-line/

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
wsl --set-default-version 2

Disable WSL

Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Disable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform 
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant