Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.31 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.31 KB

winfetch

neofetch for windows

Powershell 7 and nerdfonts are recommended

Description:

Winfetch is a tool written in powershell that displays your system info in a visually pleasing way, it doesn't have any purpose...and is just for aesthetics.

image

‎ ‎

image

Installation

Note: wherever the command says ~/Documents you can go on and type your preffered location.

  1. Open Powershell and type/paste the following command

     Invoke-WebRequest -Uri "https://raw.githubusercontent.com/Priyanshu-1012/winfetch/master/winfetch.ps1" | Select-Object -ExpandProperty Content | Out-File -FilePath ~/Documents/winfetch.ps1 -Encoding UTF8
  2. Next, paste the following command on terminal.

    "function winfetch {
        `$scriptPath = Resolve-Path -Path '~/Documents/winfetch.ps1'
        & `$scriptPath
    }" | Add-Content $profile
  3. Run the command pwsh on the same terminal to relaunch powershell

  4. Now you can try and run winfetch command on terminal.

i know it needs work...and i'll work on it