This commit is contained in:
committer@tuxwarrior
2026-02-27 20:42:41 -05:00
parent e9c1208713
commit e239446f2a
2 changed files with 298 additions and 0 deletions

View File

@@ -380,6 +380,12 @@ if [ ${operation} == "dots" ] ; then
create_dir ${file_path}
deploy_file "${dots_trg}/ctpv/${file_name}" "${file_path}/${file_name}"
# foot
file_name=foot.ini
file_path=/home/${system_user}/.config/foot
create_dir ${file_path}
deploy_file "${dots_trg}/foot/${file_name}" "${file_path}/${file_name}"
# helix
file_name=config.toml
file_path=/home/${system_user}/.config/helix