8 lines
237 B
PowerShell
8 lines
237 B
PowerShell
$env:Path += ';C:\mingw64\bin'
|
|
|
|
winget source update
|
|
winget install waterfox.waterfox --source winget
|
|
winget install ZedIndustries.Zed --source winget
|
|
|
|
git config --global user.email "me@imnya.ng"
|
|
git config --global user.name "imnyang"
|