GitXplorerGitXplorer
v

lifesaver

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
4b555363629cd96cedf376a5042b6d9b4c56f5ee

Update zshrc aliases

vvictorboissiere committed 6 years ago
Unverified
5274f8147eab2652a6846757b2c7057f4d14d341

Add nerdtree tweaks

vvictorboissiere committed 6 years ago
Unverified
b47552725b148a8dd71f82c60dfcd7c7b54cce31

Remove ranger from server config

vvictorboissiere committed 7 years ago
Unverified
220b9423e7c340f8ae9e931e53dce3988960b353

Add asciinema in readme

vvictorboissiere committed 7 years ago
Unverified
a6f50d7ee090b39d54d094f5101c41fa71b50437

Fix circle ci install mode

vvictorboissiere committed 7 years ago
Unverified
b33a733c303139fb8a3146809e2f930abccbefda

Remove dockerfile tests

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.