Skip to content

victorboissiere/lifesaver

Repository files navigation

LifeSaver

CircleCI

LifeSafer is a tool to get started on any shell environment (vps, docker, etc.) by installing only the tools that you need.

Demo

asciicast

Getting started

With curl

curl https://ls.gitcommit.fr -fsSL | bash -s minimal
wget -O - https://ls.gitcommit.fr | bash -s minimal

If you do not trust the https://ls.gitcommit.fr, it is just a simple redirection to https://raw.githubusercontent.com/victorboissiere/lifesaver/master/install.sh.

The minimal keyword is an installation mode. Check all installation modes in config.yaml.