xxxxxxxxxx
# paste in the powershell by steps
#to install scoop
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
#to install neofetch
scoop install neofetch
#to install git
scoop install git
#run command
neofetch