https://github.com/victorboissiere/lifesaver
Small project to get all the tools I need on a brand new server
https://github.com/victorboissiere/lifesaver
configuration golang linux shell
Last synced: 3 months ago
JSON representation
Small project to get all the tools I need on a brand new server
- Host: GitHub
- URL: https://github.com/victorboissiere/lifesaver
- Owner: victorboissiere
- Created: 2017-12-12T13:13:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-24T17:02:19.000Z (over 7 years ago)
- Last Synced: 2025-01-17T09:35:26.501Z (over 1 year ago)
- Topics: configuration, golang, linux, shell
- Language: Shell
- Size: 5.82 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LifeSaver
[](https://circleci.com/gh/victorboissiere/lifesaver)
LifeSafer is a tool to get started on any shell environment (vps, docker, etc.)
by installing only the tools that you need.
# Demo
[](https://asciinema.org/a/xylgNrCWHdO0x9wfERJzAKwKu)
# Getting started
With curl
```bash
curl https://ls.gitcommit.fr -fsSL | bash -s minimal
```
```bash
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`.