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