GitXplorerGitXplorer
v

lifesaver

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
891c94a6386c04be17ba4d8729263a01ace44786

Remove non necessary debug print

vvictorboissiere committed 7 years ago
Unverified
4bf7c12a9b9986d171039e0405f1140d59b84a6b

Improve display

vvictorboissiere committed 7 years ago
Unverified
3a3fe2fe395b00c3e5e8dc3e29fe50d724b3f3cb

Add binary version in install script

vvictorboissiere committed 7 years ago
Unverified
7eb407f717ed2835d8291e89e051826de588993b

Fix tilde resolver

vvictorboissiere committed 7 years ago
Unverified
401ff87fd200de32ffcce3b7283021f7593a7ebc

Fix circleci tests

vvictorboissiere committed 7 years ago
Unverified
472e3c53543ff21025b2861877c39e1c07136fed

Fix circleci config

vvictorboissiere committed 7 years ago

README

The README file for this repository.

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.