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 CurrentUser
iwr -useb get.scoop.sh | iex
scoop install 7zip curl firefox git rustup
This 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 extras
Next install the programs:
scoop install bitwarden discord handbrake slack steam vlc vscode
This will install
- bitwarden
- discord
- handbrake
- slack
- steam
- vlc
- vscode