Step 1: Open power shell as Admin Step
2: Set-ExecutionPolicy RemoteSigned -scope CurrentUser
Step 3: Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
Step 4: scoop install git Step
5: scoop bucket add extras
Step 6: scoop bucket add java
Step 7: scoop install winfetch
Make winfetch run automatically when launching powershell.
Step 1: New-Item $profile -Type File -Force
Step 2: Edit newley created file Documents\WindowsPowerShell\Microsoft.PowerShell_profile simply add the line winfetch inside that file. Save and exit.