A great utility to install command line tools to your computer is “Scoop”, it’s very simple to use, it will download the newest versions and install them.
Requirements:
- PowerShell 3
- PowerShell must be enabled for your user account e.g.
set-executionpolicy remotesigned -s currentuser
To install:
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
Once installed, run scoop help
for instructions.
Read more:
https://github.com/lukesampson/scoop