DotFetch is a command-line system information utility written in PowerShell for Windows. DotFetch displays information about your operating system, software and hardware in an way similar to NeoFetch. DotFetch is basically partial NeoFetch clone written from scratch with the same ideology. The original NeoFetch can be found here.
Download it here
Follow these simple steps to install DotFetch:
- Set your execution policy to RemoteSigned by running
Set-ExecutionPolicy RemoteSigned
on an Administrative instance of PowerShell. This is required to run DotFetch. - Download the files from provided link and extract them.
- Put the
dotfetch.ps1
inside theC:\Program Files\WindowsPowerShell\Scripts
directory. Don't worry , there is nothing malicious. - Put this directory
C:\Program Files\WindowsPowerShell\Scripts
into path under Environment Variables. - Now open PowerShell , type
notepad $profile
and hit Enter. - Put below line inside the file and save.
dotfetch
- Re-Launch PowerShell & you are good to go.