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