Рет қаралды 1,730
How to install Neofetch in Windows 11
github.com/dyl...
Commands to install :
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
iex (new-object net.webclient).downloadstring('get.scoop.sh')
scoop install git
scoop install neofetch
neofetch
Make it auto run command:
New-Item $profile -Type File -Force