Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/azer0s/sane

A package manager for sane configurations
https://github.com/azer0s/sane

configuration configuration-files docker dotfiles package-manager

Last synced: 2 months ago
JSON representation

A package manager for sane configurations

Awesome Lists containing this project

README

        

[![Github Action](https://github.com/Azer0s/sane/workflows/Go/badge.svg)](https://github.com/Azer0s/sane/actions?query=workflow%3AGo) [![Go Report Card](https://goreportcard.com/badge/github.com/Azer0s/sane)](https://goreportcard.com/report/github.com/Azer0s/sane) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/Azer0s/sane/blob/master/LICENSE.md)

# sane

A package manager for sane configurations

## install

```bash
go get -u github.com/Azer0s/sane
```

## apply package list

`sane` supports aliasing. By pulling a list of aliases, one doesn't need to type out the full name of the repo.

```bash
sane apply Azer0s/config/index
```

## apply settings

```bash
sane apply vimsettings
```

## remove settings

```bash
sane remove vimsettings
```

## start docker containers

```bash
sane start kafka
```

## stop docker containers

```bash
sane stop kafka
```