dotfm

My dotfile manager
git clone git://src.gearsix.net/dotfm
Log | Files | Refs | Atom | README | LICENSE

commit 8e51657f4c99780fcedf0c2a302601a6b42f0d83
parent 525c614d5ca9b24802f6213c7ee139240147be9c
Author: GeaRSiX <gearsix@tuta.io>
Date:   Mon, 27 Jul 2020 15:51:12 +0100

removed TODO from src/dotfm.py (see TODO)

Diffstat:
Msrc/dotfm.py | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/dotfm.py b/src/dotfm.py @@ -7,13 +7,6 @@ # created: 2020-01-15 # updated: 2020-07-26 # notes: -# TODO: -# - add handling for duplicate alias names (provide user choice) -# - add the option to submit unknown dotfiles to authors (to be appended to KNOWN_DOTFILES) -# - add option to install from remote urls -# - add function to modify dotfile aliases -# - check for existing installed KNOWN_DOTFILES in dotfm_init when creating DOTFM_CSV_FILE ? -# - on overwrite during install, check DOTFM_CSV_FILE to see if dfl already exists before appending it #--------- # IMPORTS