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

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: 2 months ago
JSON representation

A lightweight bash library to manage your dotfiles

Awesome Lists containing this project

README

          

# dotman

A simple cli tool to manage your dotfiles

## Get started

Run the below command in your dotfiles directory

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

## Usage

1. Define your packages, scripts and links in the `.dotman` file
2. Run `dotman run` to configure your dotfiles

## LICENSE

[MIT](./LICENSE)