Most of the programs on my Windows PC are installed using Scoop (think brew but for Windows). But before installing Scoop, let's set up the Terminal.
I use Windows Terminal (preview) from the Windows Store.
You can find my profiles.json config here.
โ Before using my profiles.json file, make sure to have Powershell Core 6 and the Source Code Pro for Powerline font installed.
Scoop will install and update most of the programs on your machine.
Follow their instructions on scoop.sh or run these two commands in Powershell:
Set-ExecutionPolicy RemoteSigned -scope CurrentUseriwr -useb get.scoop.sh | iexscoop install 7zip curl firefox git rustupThis will install:
- 7zip
- curl
- firefox
- git
- rustup
Just like brew has 'casks' for installing desktop apps on Mac, Scoop has extras.
First, install Scoop extras:
scoop bucket add extrasNext install the programs:
scoop install bitwarden discord handbrake slack steam vlc vscodeThis will install
- bitwarden
- discord
- handbrake
- slack
- steam
- vlc
- vscode
