wip
This commit is contained in:
@@ -289,6 +289,20 @@ if [ ${operation} == "dots" ] ; then
|
||||
file_path=/home/${system_user}/.ssh
|
||||
deploy_file "${dots_trg}/ssh/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
# ----------
|
||||
# hyperland & friends
|
||||
# ----------
|
||||
# hyprland
|
||||
if [ ${parameter} == "hyprland" ] ; then
|
||||
|
||||
file_name=hyprland.conf
|
||||
file_path=/home/${system_user}/.config/hypr
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/hyprland/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
fi
|
||||
|
||||
|
||||
# ----------
|
||||
# printing
|
||||
#
|
||||
@@ -356,16 +370,6 @@ if [ ${operation} == "dots" ] ; then
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/helix/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
# hyprland
|
||||
if [ ${parameter} == "hyprland" ] ; then
|
||||
|
||||
file_name=hyprland.conf
|
||||
file_path=/home/${system_user}/.config/hypr
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/hyprland/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
fi
|
||||
|
||||
# pcmanfm
|
||||
# bookmarks found in "dots/gtk/.gtk-bookmarks"
|
||||
file_name=pcmanfm.conf
|
||||
|
||||
Reference in New Issue
Block a user