lptstr / winfetch

🛠 A command-line system information utility written in PowerShell. Like Neofetch, but for Windows.
MIT License
1.35k stars 76 forks source link

No longer works #186

Closed bckelley closed 1 year ago

bckelley commented 1 year ago

If you install it exactly as stated in the wiki this doesn't work only way I can get this to run is by using the full path .local\bin\winfetch.ps1

helpimnotdrowning commented 1 year ago

My workaround is to put this into your $PROFILE:

Set-Alias -Value C:\Path\To\winfetch.ps1 -Name Winfetch

and use Winfetch to run it.

rashil2000 commented 1 year ago

If you install it exactly as stated in the wiki this doesn't work only way I can get this to run is by using the full path .local\bin\winfetch.ps1

The folder .local\bin needs to be in your PATH. Or you can move the script to a location that's already present in PATH environment variable.