Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 279 Bytes

File metadata and controls

10 lines (9 loc) · 279 Bytes

Setup on Windows Server 2016

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
scoop install git
scoop install ssh
scoop bucket add extras
scoop install oh-my-posh