Update scripts/99_deploy.sh
This commit is contained in:
@@ -211,9 +211,9 @@ if [ ${operation} == "dots" ] ; then
|
||||
deploy_file "${dots_trg}/mimeapps/${file_name}" "${file_path}/${file_name}" no_chown
|
||||
|
||||
# mounts
|
||||
file_name=mnt-nas.mount
|
||||
file_path=/etc/systemd/system
|
||||
deploy_file "${dots_trg}/systemd/${file_name}" "${file_path}/${file_name}" no_chown
|
||||
# file_name=mnt-nas.mount
|
||||
# file_path=/etc/systemd/system
|
||||
# deploy_file "${dots_trg}/systemd/${file_name}" "${file_path}/${file_name}" no_chown
|
||||
# sed -i "s|USERNAME|klevstul|g" "${file_path}/${file_name}"
|
||||
# sed -i "s|PASSWORD|${LILLESORTEBOKS}|g" "${file_path}/${file_name}"
|
||||
|
||||
@@ -294,10 +294,10 @@ if [ ${operation} == "dots" ] ; then
|
||||
# ----------
|
||||
|
||||
# cava
|
||||
file_name=config
|
||||
file_path=/home/${system_user}/.config/cava
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/cava/${file_name}" "${file_path}/${file_name}"
|
||||
# file_name=config
|
||||
# file_path=/home/${system_user}/.config/cava
|
||||
# create_dir ${file_path}
|
||||
# deploy_file "${dots_trg}/cava/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
## dbgate
|
||||
#file_name=settings.json
|
||||
@@ -308,10 +308,10 @@ if [ ${operation} == "dots" ] ; then
|
||||
#chown ${system_user}:${system_user} ${file_path}/connections.jsonl
|
||||
|
||||
# dunst
|
||||
file_name=dunstrc
|
||||
file_path=/home/${system_user}/.config/dunst
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/dunst/${file_name}" "${file_path}/${file_name}"
|
||||
# file_name=dunstrc
|
||||
# file_path=/home/${system_user}/.config/dunst
|
||||
# create_dir ${file_path}
|
||||
# deploy_file "${dots_trg}/dunst/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
# lf
|
||||
file_name=lfrc
|
||||
@@ -345,11 +345,11 @@ if [ ${operation} == "dots" ] ; then
|
||||
# note that the bookmarks file were found in two different locations, so a
|
||||
# symlink is created below. as well, ".gtkrc-2.0.mine" had no effect, so
|
||||
# ".gtkrc-2.0" is overwritten
|
||||
file_name=settings.ini
|
||||
file_path=/home/${system_user}/.config/gtk-3.0
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
|
||||
gsettings set org.gnome.desktop.interface gtk-theme "Sweet-Dark"
|
||||
# file_name=settings.ini
|
||||
# file_path=/home/${system_user}/.config/gtk-3.0
|
||||
# create_dir ${file_path}
|
||||
# deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
|
||||
# gsettings set org.gnome.desktop.interface gtk-theme "Sweet-Dark"
|
||||
|
||||
file_name=.gtk-bookmarks
|
||||
file_path=/home/${system_user}
|
||||
@@ -358,14 +358,14 @@ if [ ${operation} == "dots" ] ; then
|
||||
trash-put ${tmp_file_path_full}
|
||||
ln -s "${file_path}/${file_name}" "${tmp_file_path_full}"
|
||||
|
||||
file_name=.gtkrc-2.0
|
||||
file_path=/home/${system_user}
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
|
||||
# file_name=.gtkrc-2.0
|
||||
# file_path=/home/${system_user}
|
||||
# deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
file_name=index.theme
|
||||
file_path=/home/${system_user}/.icons/default
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
|
||||
# file_name=index.theme
|
||||
# file_path=/home/${system_user}/.icons/default
|
||||
# create_dir ${file_path}
|
||||
# deploy_file "${dots_trg}/gtk/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
# helix
|
||||
file_name=config.toml
|
||||
@@ -374,9 +374,9 @@ if [ ${operation} == "dots" ] ; then
|
||||
deploy_file "${dots_trg}/helix/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
# nitrogen
|
||||
file_path=/home/${system_user}/.config/nitrogen
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/nitrogen/*" "${file_path}/"
|
||||
# file_path=/home/${system_user}/.config/nitrogen
|
||||
# create_dir ${file_path}
|
||||
# deploy_file "${dots_trg}/nitrogen/*" "${file_path}/"
|
||||
|
||||
# pcmanfm
|
||||
# bookmarks found in "dots/gtk/.gtk-bookmarks"
|
||||
@@ -463,9 +463,9 @@ if [ ${operation} == "dots+" ] ; then
|
||||
# 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
|
||||
# file_name=Sweet-Dark.tar.xz
|
||||
# file_path=/usr/share/themes
|
||||
# deploy_file "${dotsplus_trg}/miscellaneous/${file_name}" "${file_path}/" chown recursive
|
||||
|
||||
# ----------
|
||||
# chowning
|
||||
|
||||
Reference in New Issue
Block a user