Yoda is an alternative shell for Linux
To install all the dependencies from Ubuntu, simply run the following command in a terminal:
sudo apt-get install -y make g++
Suggested text editor: Notepadqq
First time only: (download repo)
git clone https://github.com/MaanooAk/yoda
cd yoda
Every time you want to commit a change:
git pull
# make changes to files
git add .
git commit -m "The commit message"
git push
You can build yoda with make
or run it with make run
.
Call make help
for all the options.