From e3d596e034d6b2758f9d73b2af2af7534c9bbf0c Mon Sep 17 00:00:00 2001 From: clsty Date: Fri, 3 Oct 2025 00:30:18 +0800 Subject: [PATCH] Add TODO in comment --- scriptdata/step/3.install-files.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scriptdata/step/3.install-files.sh b/scriptdata/step/3.install-files.sh index 8a4ca9ba7..ac0639567 100644 --- a/scriptdata/step/3.install-files.sh +++ b/scriptdata/step/3.install-files.sh @@ -33,6 +33,12 @@ case $ask in *) ask_backup_configs ;; esac +# TODO: A better method for users to choose their customization, +# for example some users may prefer ZSH over FISH, and foot over kitty. +# But the dot files are using FISH and kitty as the default software, e.g. `.local/share/Konsole` has `Command=/bin/fish`. +# It may be possible that we provide options for users to make their decision. + + # `--delete' for rsync to make sure that # original dotfiles and new ones in the SAME DIRECTORY # (eg. in ~/.config/hypr) won't be mixed together