This set of Bash scripts will build, install, and update the Enlightenment environment on your system.
For more information, please refer to the comments in the scripts.
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.
