+ helix config

This commit is contained in:
committer
2024-06-26 10:52:22 -05:00
parent bd3df98605
commit c0592e28f5
2 changed files with 47 additions and 0 deletions

View File

@@ -305,6 +305,10 @@ if [ ${operation} == "dots" ] ; then
file_path=/home/${system_user}
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
file_name=config.toml
file_path=/home/${system_user}/.config/helix
deploy_file "${dots_trg}/helix/${file_name}" "${file_path}/${file_name}"
file_name=index.theme
file_path=/home/${system_user}/.icons/default
mkdir -p ${file_path}