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: 12 days ago
JSON representation
A package manager for sane configurations
- Host: GitHub
- URL: https://github.com/azer0s/sane
- Owner: Azer0s
- License: mit
- Created: 2019-11-06T15:36:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T21:57:24.000Z (about 5 years ago)
- Last Synced: 2025-04-06T12:06:26.373Z (about 1 month ago)
- Topics: configuration, configuration-files, docker, dotfiles, package-manager
- Language: Go
- Homepage:
- Size: 96.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://github.com/Azer0s/sane/actions?query=workflow%3AGo) [](https://goreportcard.com/report/github.com/Azer0s/sane) [](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
```