From a23d87344959ac588c3781771e4256ab16c32667 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sun, 15 Aug 2021 15:22:19 +0200 Subject: [PATCH] refactoring --- index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/index.md b/index.md index 5ce2c6f..d688495 100644 --- a/index.md +++ b/index.md @@ -2,11 +2,12 @@ layout: default --- -[Dotdrop](https://github.com/deadc0de6/dotdrop) is a dotfile manager written in Python3 -that provides efficient ways of managing your dotfiles. It is especially powerful when -it comes to managing those across different hosts. +[Dotdrop](https://github.com/deadc0de6/dotdrop) is a dotfile manager that provides efficient ways of managing your dotfiles. +It is especially powerful when it comes to managing those across different hosts. -The main idea of dotdrop is to have the ability to store each dotfile only once and deploy them with a different content on different hosts/setups. To achieve this, it uses a templating engine that allows to specify, during the dotfile installation with dotdrop, based on a selected profile, how (with what content) each dotfile will be installed. +The main idea of dotdrop is to have the ability to store each dotfile only once and deploy them with a different content on different hosts/setups. +To achieve this, it uses a templating engine that allows to specify, during the dotfile installation with dotdrop, based on a selected profile, +how (with what content) each dotfile will be installed. * [✔] **VERSIONED**