Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 639 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 639 Bytes

Envi Shell

A clean shell environment that can be deployed with a single command.

Warning

The installation will require root rights. If you don't trust this system don't use it.

Requirements

You need to have curl and git installed.

Installation

Easiest way is to execute the following:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/pascalweiss/envi-shell/main/setup/install.sh)"

This will clone the repository to $HOME and execute the setup script.

Alternative

If you want to be able to make changes and push them, you can fork it first, clone it, and execute setup/install.sh manually.