1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-08 07:54:16 +00:00

update readme

This commit is contained in:
deadc0de6
2018-12-06 13:26:19 +01:00
parent 1ae910eacc
commit 2a775bdac1

View File

@@ -67,7 +67,6 @@ why [dotdrop](https://github.com/deadc0de6/dotdrop) rocks.
* [Installation](#installation) * [Installation](#installation)
* [Usage](#usage) * [Usage](#usage)
* How to * How to
* [Install dotfiles](#install-dotfiles) * [Install dotfiles](#install-dotfiles)
* [Compare dotfiles](#compare-dotfiles) * [Compare dotfiles](#compare-dotfiles)
* [Import dotfiles](#import-dotfiles) * [Import dotfiles](#import-dotfiles)
@@ -79,15 +78,12 @@ why [dotdrop](https://github.com/deadc0de6/dotdrop) rocks.
* [Update dotfiles](#update-dotfiles) * [Update dotfiles](#update-dotfiles)
* [Store sensitive dotfiles](#store-sensitive-dotfiles) * [Store sensitive dotfiles](#store-sensitive-dotfiles)
* [Symlink dotfiles](#symlink-dotfiles) * [Symlink dotfiles](#symlink-dotfiles)
* [Config](#config) * [Config](#config)
* [Templating](#templating) * [Templating](#templating)
* [Available variables](#available-variables) * [Available variables](#available-variables)
* [Available methods](#available-methods) * [Available methods](#available-methods)
* [Dynamic dotfile paths](#dynamic-dotfile-paths) * [Dynamic dotfile paths](#dynamic-dotfile-paths)
* [Dotdrop header](#dotdrop-header) * [Dotdrop header](#dotdrop-header)
* [Example](#example) * [Example](#example)
* [User tricks](#user-tricks) * [User tricks](#user-tricks)
* [People using dotdrop](#people-using-dotdrop) * [People using dotdrop](#people-using-dotdrop)
@@ -405,15 +401,13 @@ when xinitrc is installed.
There are two types of transformations available: There are two types of transformations available:
* **read transformations**: used to transform dotfiles before they are installed * **read transformations**: used to transform dotfiles before they are installed ([Config](#config) key *trans*)
* [Config](#config) key *trans*
* Used for commands `install` and `compare` * Used for commands `install` and `compare`
* They have two arguments: * They have two arguments:
* **{0}** will be replaced with the dotfile to process * **{0}** will be replaced with the dotfile to process
* **{1}** will be replaced with a temporary file to store the result of the transformation * **{1}** will be replaced with a temporary file to store the result of the transformation
* **write transformations**: used to transform files before updating a dotfile * **write transformations**: used to transform files before updating a dotfile ([Config](#config) key *trans_write*)
* [Config](#config) key *trans_write*
* Used for command `update` * Used for command `update`
* They have two arguments: * They have two arguments:
* **{0}** will be replaced with the file path to update the dotfile with * **{0}** will be replaced with the file path to update the dotfile with