yadm
yadm copied to clipboard
Yet Another Dotfiles Manager
### This issue is about * [ ] Man pages or command-line usage * [ ] Website documentation * [x] Packaging * [ ] Other ### Describe the issue When...
Hi, I am having some issues getting alternate .gitconfig files setup. I tried setting it up using alts, then read the other issue regarding the include but still have had...
Hi. Today I found out that it's not possible to set `arch` as distro family. My wild guess is that's it is also keyword for architecture. ``` $ touch textfile.txt##default...
### Is your feature request related to a problem? Please describe. I have a script that I use in `~/.config/yadm/bootstrap.d/*` that checks the class of that machine with the following...
# ENV ```shell > uname -a Linux ehlemurpro 5.15.50-1-MANJARO #1 SMP PREEMPT Sun Jun 26 07:06:30 UTC 2022 x86_64 GNU/Linux > yadm version bash version 5.1.16(1)-release git version 2.37.0 yadm...
### Is your feature request related to a problem? Please describe. openSUSE, due to its relationship with SUSE, has a `ID_LIKE` in `/etc/os-release` like so ```shell ID_LIKE="opensuse suse" ``` Which...
### Is your feature request related to a problem? Please describe. `yadm add -A` adds all files in `$HOME`. Thus one always has to explicitly do `yadm add ` This...
### Is your feature request related to a problem? Please describe. yadm has to be configured the same on every decrypting system to match the settings on the encrypting system....
when typing `yadm add ` files are never listed, and my shell seems to hang. This may be related to #292 but I don't know. ``` ❯ yadm --version &&...
Currently you can't use yadm with a non bash shell. With [Shellcheck](https://www.shellcheck.net) you can check for POSIX compliance.