-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Commands | ||
|
||
This section provides documentation for chezmoi commands and their arguments. | ||
|
||
All commands accept [global flags](../command-line-flags/global.md), | ||
though some flags may have no effect on certain commands. | ||
Many commands also share [common flags](../command-line-flags/common.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
# Reference | ||
|
||
Manage your dotfiles across multiple machines, securely. | ||
Welcome to the reference section of the chezmoi documentation. | ||
|
||
This reference covers the following topics: | ||
|
||
- [Key concepts](concepts.md) | ||
- [Source state attributes](source-state-attributes.md) | ||
- [Target types](target-types.md) | ||
- [Application order of changes](application-order.md) | ||
- [Configuration file](configuration-file/index.md) | ||
- [Special files](special-files/index.md) and [special directories](special-directories/index.md) | ||
- [Commands](commands/index.md) | ||
- [Templates](templates/index.md) | ||
- [Variables](templates/variables.md) | ||
- [Directives](templates/directives.md) | ||
- [Functions](templates/functions/index.md) | ||
- [Plugins support](plugins.md) | ||
- [Release history](release-history.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters