elvish
Elvish = Expressive Programming Language + Versatile Interactive Shell
How to download and setup elvish
Open terminal and run command
git clone https://github.com/elves/elvish.git
git clone is used to create a copy or clone of elvish repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with elvish https://github.com/elves/elvish/archive/master.zip
Or simply clone elvish with SSH
[email protected]:elves/elvish.git