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 RemoteSignedon an Administrative instance of PowerShell. This is required to run DotFetch. - Download the files from provided link and extract them.
- Put the
dotfetch.ps1inside theC:\Program Files\WindowsPowerShell\Scriptsdirectory. Don't worry , there is nothing malicious. - Put this directory
C:\Program Files\WindowsPowerShell\Scriptsinto path under Environment Variables. - Now open PowerShell , type
notepad $profileand hit Enter. - Put below line inside the file and save.
dotfetch
- Re-Launch PowerShell & you are good to go.
