+ foot
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user