gosh
The end goal of this project is to allow you to use your terminal for
everything! Be able to do things from math, playing music, sending emails to
searching the web but have these things be built into your terminal.
Install dependencies
sudo make install_deps
Install
Build from source
Install with setup script
git clone https://github.com/gosh-terminal/gosh.git
cd gosh
./setup.sh
Install with Make
git clone https://github.com/gosh-terminal/gosh.git
cd gosh
make install
One-line curl installer
curl -s "https://raw.githubusercontent.com/gosh-terminal/gosh/master/build" | sh