This commit is contained in:
committer@tuxwarrior
2025-02-24 19:41:45 -05:00
parent 98791c3614
commit a75f8e4e7b

View File

@@ -61,6 +61,7 @@ create_dir() {
_directory=$1 _directory=$1
mkdir_command="mkdir -p \"${_directory}\"" mkdir_command="mkdir -p \"${_directory}\""
echo "${mkdir_command}"
runuser -l ${system_user} -c '${mkdir_command}' runuser -l ${system_user} -c '${mkdir_command}'
} }
@@ -325,6 +326,7 @@ if [ ${operation} == "dots" ] ; then
# helix # helix
file_name=config.toml file_name=config.toml
file_path=/home/${system_user}/.config/helix file_path=/home/${system_user}/.config/helix
create_dir ${file_path}
deploy_file "${dots_trg}/helix/${file_name}" "${file_path}/${file_name}" deploy_file "${dots_trg}/helix/${file_name}" "${file_path}/${file_name}"
# nitrogen # nitrogen