(WIP) unix configuration file (dotfile) manager
This repository is a work in progress.
This program aims to manage your dotfiles in a way similar to GNU Stow. However, the goal is for the “stowed” files to be templates which are modified by filters. In fact, the main feature of stow — creating the symlinks — is implemented with a filter. These filters can be written in any language granted that they are exectuable. This standard would allow for infinite extensibility from a relatively simple base.
The current implemented features are
add
- moves a dotfile to a managed packageupdate
- applies filters to a packageinit
- sets up base configurationThis project is currently on hold but I hope to complete it and fully document it soon.