Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.16 KB

File metadata and controls

57 lines (34 loc) · 1.16 KB

equivoke

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.

Installation

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 git

Next, clone the repository with:

git clone https://github.com/batden/equivoke.git .equivoke

This 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.sh

Then, execute the script:

./equivoke.sh

The next time you run it, simply open a terminal and type:

equivoke.sh

Use auto-completion: Type equ and press the Tab key.

That's it.

Uninstallation

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.

In the Picture

GitHub Image