This commit is contained in:
committer
2024-05-26 07:45:23 -05:00
parent 7132ef513c
commit 0fd99fb628
2 changed files with 494 additions and 0 deletions

View File

@@ -250,6 +250,12 @@ if [ ${operation} == "dots" ] ; then
# programs
# ----------
# dunst
file_name=dunstrc
file_path=/home/${system_user}/.config/dunst
mkdir -p ${file_path}
deploy_file "${dots_trg}/dunst/${file_name}" "${file_path}/${file_name}"
# lf
file_name=lfrc
file_path=/home/${system_user}/.config/lf