Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kdesp73/dotman

A lightweight bash library to manage your dotfiles
https://github.com/kdesp73/dotman

bash cli config configuration configuration-management dotfiles dotfiles-installer dotfiles-linux dotfiles-manager library

Last synced: 3 months ago
JSON representation

A lightweight bash library to manage your dotfiles

Awesome Lists containing this project

README

        

# dotman

A lightweight bash library to manage your dotfiles

## Get started

Run the below command in your dotfiles directory and setup the dotman.sh file to suit your needs

```bash
bash <(curl -s https://raw.githubusercontent.com/KDesp73/dotman/main/get.sh)
```

## Usage

1. Add scripts you want to run in the `scripts` directory
2. Define the packages, scripts and links in the `dotman.sh` file
3. Run `dotman.sh run` to configure your dotfiles

## LICENSE

[MIT](./LICENSE)