u
This commit is contained in:
@@ -90,29 +90,29 @@ if [ ${operation} == "dots" ] ; then
|
|||||||
file_path=/usr/local/bin
|
file_path=/usr/local/bin
|
||||||
deploy_file "${dots_trg}/bin/*" "${file_path}/${file_name}"
|
deploy_file "${dots_trg}/bin/*" "${file_path}/${file_name}"
|
||||||
|
|
||||||
# environment
|
# # environment
|
||||||
file_path=/etc/
|
# file_path=/etc/
|
||||||
deploy_file "${dots_trg}/environment/environment" "${file_path}/${file_name}" no_chown
|
# deploy_file "${dots_trg}/environment/environment" "${file_path}/${file_name}" no_chown
|
||||||
|
#
|
||||||
# hypridle
|
# # hypridle
|
||||||
file_name=hypridle.conf
|
# file_name=hypridle.conf
|
||||||
file_path=/home/${user}/.config/hypr
|
# file_path=/home/${user}/.config/hypr
|
||||||
deploy_file ${dots_trg}/hypridle/${file_name} ${file_path}/${file_name}
|
# deploy_file ${dots_trg}/hypridle/${file_name} ${file_path}/${file_name}
|
||||||
|
#
|
||||||
# hyprland
|
# # hyprland
|
||||||
file_name=hyprland.conf
|
# file_name=hyprland.conf
|
||||||
file_path=/home/${user}/.config/hypr
|
# file_path=/home/${user}/.config/hypr
|
||||||
deploy_file ${dots_trg}/hyprland/${file_name} ${file_path}/${file_name}
|
# deploy_file ${dots_trg}/hyprland/${file_name} ${file_path}/${file_name}
|
||||||
|
#
|
||||||
# hyprpaper
|
# # hyprpaper
|
||||||
file_name=hyprpaper.conf
|
# file_name=hyprpaper.conf
|
||||||
file_path=/home/${user}/.config/hypr
|
# file_path=/home/${user}/.config/hypr
|
||||||
deploy_file ${dots_trg}/hyprpaper/${file_name} ${file_path}/${file_name}
|
# deploy_file ${dots_trg}/hyprpaper/${file_name} ${file_path}/${file_name}
|
||||||
|
#
|
||||||
# waybar
|
# # waybar
|
||||||
file_path=/home/${user}/.config/waybar
|
# file_path=/home/${user}/.config/waybar
|
||||||
mkdir -p ${file_path}
|
# mkdir -p ${file_path}
|
||||||
deploy_file "${dots_trg}/waybar/*" "${file_path}/"
|
# deploy_file "${dots_trg}/waybar/*" "${file_path}/"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user