File: howto.md

package info (click to toggle)
dotdrop 1.15.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,812 kB
  • sloc: sh: 13,401; python: 8,186; makefile: 3
file content (49 lines) | stat: -rw-r--r-- 999 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# How To

## Append text to a dotfile on install

[Append text to a dotfile on install](append.md)

## Create files on install

[Create files on install](create-special-files.md)

## Handle compressed directories

[Store compressed directories](store-compressed-directories.md)

## Handle secrets

[Handle secrets](sensitive-dotfiles.md)

## Handle special chars

[Handle special chars](special-chars.md)

## Improve Git integration

[Improve Git integration](improve-git-integration.md)

## Include files or templates in templates

[Include files or templates in templates](include-in-template.md)

## Manage system dotfiles

[Manage system dotfiles](system-config-files.md)

## Merge files on install

[Merge files on install](merge-files-when-installing.md)

## Prompt user for variables

[Prompt user for variables](prompt-user-for-variables.md)

## Share content across dotfiles

[Share content across dotfiles](sharing-content.md)

## Symlink dotfiles

[Symlink dotfiles](symlink-dotfiles.md)