1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 21:29:43 +00:00
Files
dotdrop/docs/howto/howto.md
2022-06-05 13:35:35 +02:00

50 lines
999 B
Markdown
Vendored

# 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)