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

https://github.com/victor-am/darchivist

A simple (and quite experimental) dotfiles management tool
https://github.com/victor-am/darchivist

dotfiles dotfiles-automation dotfiles-install dotfiles-installer dotfiles-manager

Last synced: 2 months ago
JSON representation

A simple (and quite experimental) dotfiles management tool

Awesome Lists containing this project

README

          

# Darchivist
**A dotfiles management tool (made with Elixir).**

> This is just a playground app to learn Elixir, but feel free to use it.
> (I'm using it on my own dotfiles [here](https://github.com/victor-am/dotfiles))

## Commands
- help
- init
- install

## Installation
**Requirements:** Erlang VM

Just type in:
```
$ mix escript.install github victor-am/darchivist
```

## Usage
You can see the command list using:

```
$ darchivist help
```

### Init
The init command will create a sample `darchivist.yaml` manifest in the current directory so you can configure it according to your own dotfiles.
```
$ darchivist init
```

### Install
The install command will use the information in the `darchivist.yaml` from the current directory to create the dotfiles symlinks in the locations specified on the manifest.
```
$ darchivist install
```