Skip to content

Small project to get all the tools I need on a brand new server

Notifications You must be signed in to change notification settings

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.