This set of bash scripts will build, install, and update the Enlightenment environment on your system.
Please read the comments of equivoke.sh for hints and additional information.
Before using equivoke, you may need to install the git package on your system if it isn't already there.
Open a terminal window and type in the following:
sudo apt install gitNext, clone the repository with:
git clone https://github.com/batden/equivoke.git .equivokeThis creates a new hidden folder named .equivoke in your home directory.
Copy the equivoke.sh file from the new .equivoke folder to your download folder.
Navigate to the download folder and make the script executable:
chmod +x equivoke.shThen, execute the script:
./equivoke.shThe next time you run it, simply open a terminal and type:
equivoke.shUse auto-completion: Type equ and press the Tab key.
That's it.
You can uninstall Enlightenment and related applications from your computer at any time.
To do so, run the script and select option 4 from the menu.