rdfm

Crates.iordfm
lib.rsrdfm
version0.1.3
sourcesrc
created_at2021-02-12 11:07:09.642034
updated_at2021-05-21 09:49:01.081639
descriptionA rusty dotfiles manager.
homepagehttps://github.com/wafelack/rdfm
repositoryhttps://github.com/wafelack/rdfm
max_upload_size
id354150
size50,113
Wafelack (Wafelack)

documentation

README

RDFM

RDFM is a rusty dotfiles manager.

Installation

From source

You will need to have cargo, make and man installed.

$ git clone https://github.com/wafelack/rdfm.git
$ cd rdfm/
$ chmod +x ./configure
$ ./configure
$ make
# make install

From package manager

$ cargo install rdfm

Configuration

  • Run rdfm setup to setup the dotfiles environment.
  • Edit ~/.config/.dotfiles/dotfiles.rdfm and add dotfiles, with the following syntax rule:
/path/to/dotfile = relative/path/in/dotfiles/dir

TIP: You can add comments by starting the line with a #.

Usage

Setup the dotfiles environment

  • rdfm setup

Link dotfiles into the dotfiles folder

  • rdfm link

Install dotfiles from the dotfiles folder to their original location

  • rdfm install
Commit count: 55

cargo fmt