In this repository, there are files for setup my Windows environment. The script to setup uses https://github.com/lukesampson/scoop .
All following processes are run in PowerShell.
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
.iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
scoop config proxy your.proxy.server:port
scoop install openssh git
These steps are only for example.
git config --global user.name "Your name"
git config --global user.email "Your email address"
cd
to directory which you clone this repository intogit clone https://github.com/MinoruSekine/WindowsEnvSetup.git
cd WindowsEnvSetup
./WindowsEnvSetup.ps1
on powershell prompt orpowershell ./WindowsEnvSetup.ps1