Open
Conversation
Signed-off-by: gardar <gardar@users.noreply.github.com>
Owner
|
Thank you for the contribution. However, I'm sorry but I don't like this. I think the wiki would be a good place for the |
Author
|
Ok no worries, I wish it were possible to |
Owner
|
Well, I think the wiki would be the best place to host such utilities, which are useful but perhaps not for all users. Granted, the wiki could be more visible in the documentation. Maybe something like this: diff --git a/README.md b/README.md
index 33703c8..964899c 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,7 @@ Since the system configuration is described as shell scripts, it is trivially ex
* [Inlining file content entirely](#inlining-file-content-entirely)
* [Inlining file edits](#inlining-file-edits)
* [Managing multiple systems](#managing-multiple-systems)
+ * [More tips and tricks](#more-tips-and-tricks)
* [Comparisons](#comparisons)
* [aconfmgr vs. Puppet/Ansible](#aconfmgr-vs-puppetansible)
* [aconfmgr vs. NixOS](#aconfmgr-vs-nixos)
@@ -281,6 +282,10 @@ CopyFileTo "/etc/hosts-$HOSTNAME" "/etc/hosts"
This will use `files/etc/hosts-home.example.net` for the `home.example.net` machine, and so on.
+### More tips and tricks
+
+You can find user-contributed additions on [the project wiki](https://github.com/CyberShadow/aconfmgr/wiki).
+
## Comparisons
### aconfmgr vs. Puppet/Ansible |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Command to quickly change to the aconfmgr config directory, useful when managing the aconfmgr config with git where you need to enter the aconfmgr config directory to commit/push your changes.
Idea came from chezmoi which I use to manage my dotfiles.