From 14e5b216ea3a0557028065b0c8385cb64218660a Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Tue, 27 Aug 2024 16:39:29 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 70 +++++++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 34 deletions(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 10fb29a..b5fba1c 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -392,44 +392,46 @@ if [ ${operation} == "dots+" ] ; then create_dir ${file_path} deploy_file "${dotsplus_trg}/fonts/install/*" "${file_path}/" - # ---------- - # images - # ---------- - file_path=/home/${system_user}/.local/share/img - create_dir ${file_path} - deploy_file "${dotsplus_trg}/images/*" "${file_path}/" + # ---------- + # images + # ---------- + file_path=/home/${system_user}/.local/share/img + create_dir ${file_path} + deploy_file "${dotsplus_trg}/images/*" "${file_path}/" - # ---------- - # wallpapers - # ---------- - file_path=/home/${system_user}/.local/share/wp - create_dir ${file_path} - deploy_file "${dotsplus_trg}/wallpapers/install/*" "${file_path}/" + # ---------- + # wallpapers + # ---------- + file_path=/home/${system_user}/.local/share/wp + create_dir ${file_path} + deploy_file "${dotsplus_trg}/wallpapers/install/*" "${file_path}/" - # ---------- - # miscelanneous - # ---------- + # ---------- + # miscelanneous + # ---------- - # vscodium theme - # https://vscodethemes.com/e/sdras.night-owl/night-owl-no-italics?language=javascript - # https://github.com/sdras/night-owl-vscode-theme/tree/main/themes - file_name=night-owl-vscode-theme-main.zip - file_path=/home/${system_user}/.vscode-oss/extensions - create_dir ${file_path} - deploy_file "${dotsplus_trg}/miscellaneous/${file_name}" "${file_path}/" chown recursive + # vscodium theme + # https://vscodethemes.com/e/sdras.night-owl/night-owl-no-italics?language=javascript + # https://github.com/sdras/night-owl-vscode-theme/tree/main/themes + # if a new version is commited, download and rename the following file: + # https://github.com/sdras/night-owl-vscode-theme/archive/refs/heads/main.zip + file_name=night-owl-vscode-theme-main.zip + file_path=/home/${system_user}/.vscode-oss/extensions + create_dir ${file_path} + deploy_file "${dotsplus_trg}/miscellaneous/${file_name}" "${file_path}/" chown recursive - # sweet dark gtk theme - # https://github.com/EliverLara/Sweet - # https://github.com/EliverLara/Sweet/releases - file_name=Sweet-Dark.tar.xz - file_path=/usr/share/themes - deploy_file "${dotsplus_trg}/miscellaneous/${file_name}" "${file_path}/" chown recursive + # sweet dark gtk theme + # https://github.com/EliverLara/Sweet + # https://github.com/EliverLara/Sweet/releases + file_name=Sweet-Dark.tar.xz + file_path=/usr/share/themes + deploy_file "${dotsplus_trg}/miscellaneous/${file_name}" "${file_path}/" chown recursive - # ---------- - # chowning - # ---------- - share_dir=/home/${system_user}/.local/share - chown ${system_user}:${system_user} ${share_dir} - chown ${system_user}:${system_user} ${share_dir}/* + # ---------- + # chowning + # ---------- + share_dir=/home/${system_user}/.local/share + chown ${system_user}:${system_user} ${share_dir} + chown ${system_user}:${system_user} ${share_dir}/* fi