u
This commit is contained in:
@@ -305,15 +305,16 @@ 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}
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
# helix
|
||||
file_name=config.toml
|
||||
file_path=/home/${system_user}/.config/helix
|
||||
deploy_file "${dots_trg}/helix/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
# nitrogen
|
||||
file_path=/home/${system_user}/.config/nitrogen
|
||||
mkdir -p ${file_path}
|
||||
|
||||
Reference in New Issue
Block a user