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

https://github.com/klane/modbot

CLI to add and remove dotfiles tracked with Dotbot
https://github.com/klane/modbot

dotbot python

Last synced: about 1 year ago
JSON representation

CLI to add and remove dotfiles tracked with Dotbot

Awesome Lists containing this project

README

          

# ModBot: Add & Remove Dotbot Files

[![Test Status](https://github.com/klane/modbot/workflows/Tests/badge.svg)](https://github.com/klane/modbot/actions)
[![Coverage Status](https://img.shields.io/codecov/c/github/klane/modbot.svg?label=Coverage&logo=codecov)](https://codecov.io/gh/klane/modbot)
[![License](https://img.shields.io/github/license/klane/modbot.svg?label=License)](LICENSE)

ModBot allows you to easily add and remove files from your dotfiles repo and your [Dotbot](https://github.com/anishathalye/dotbot) install.conf.yaml file.

## Add

```bash
modbot add file [repo location]
```

## Remove

```bash
modbot remove file
```