From fdaab5b5ba2a325ecf4081a74b48d3e0e5978dbd Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sun, 16 Apr 2023 02:38:29 -0500 Subject: [PATCH] unify comment --- common/bin/dotfiles-init | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/bin/dotfiles-init b/common/bin/dotfiles-init index 152396a..3fe9240 100755 --- a/common/bin/dotfiles-init +++ b/common/bin/dotfiles-init @@ -52,7 +52,5 @@ done echo "dotfiles-init: Running setup..." "$dfp/common/bin/dotfiles-setup" -# TODO: setup ssh/gpg keys -# TODO: setup password store -# TODO: fetch notes database +# TODO: setup personal files? (ssh keys, gpg keys, password stores, notes) # these are probably best handled in a dotfiles-init.d.sh script in a particular layer