summaryrefslogtreecommitdiff
path: root/apply
AgeCommit message (Collapse)Author
2022-11-13Fix bug in apply and vim configJulian T
2022-11-10Emacs and fix bug in applyJulian T
2021-10-04Fix: Detect owned links correctlyJulian T
This fixes a bug where links pointer to other config file, would be readded at each apply run. This is because the link would be followed completely. The command readlink only follows the symbolic link a single time.
2021-04-25Add kind of working delete commandJulian T
2021-04-24Add status subcommandJulian T
2021-04-24Move apply.py into a python packageJulian T