diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 149bbbb..bd0d8ec 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -51,9 +51,8 @@ alias tp="tp.sh" alias tree="tree --du -h" alias unimatrix="unimatrix.py" # terminal idle "screensaver" -#alias azurevpnclient="/opt/microsoft/microsoft-azurevpnclient/microsoft-azurevpnclient" +alias dbgate="/home/poq/syncDir/quick/swas/installationFiles/dbGate/dbgate-latest.AppImage" alias luna="~/syncDir/quick/swas/installationFiles/lunaModeler/Luna\ Modeler-10.1.0-x86_64.AppImage" -#alias threema="/opt/threema-desktop-beta/ThreemaDesktopLauncher" #alias cp="cp -i" # confirm before overwriting something #alias df='df -h' # human-readable sizes diff --git a/obsolete/dots/dbgate/connections.jsonl b/dots/dbgate/connections.jsonl similarity index 100% rename from obsolete/dots/dbgate/connections.jsonl rename to dots/dbgate/connections.jsonl diff --git a/obsolete/dots/dbgate/readme.md b/dots/dbgate/readme.md similarity index 100% rename from obsolete/dots/dbgate/readme.md rename to dots/dbgate/readme.md diff --git a/obsolete/dots/dbgate/settings.json b/dots/dbgate/settings.json similarity index 100% rename from obsolete/dots/dbgate/settings.json rename to dots/dbgate/settings.json diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index e0e003e..7e81200 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -283,6 +283,13 @@ if [ ${operation} == "dots" ] ; then # programs # ---------- + # dbgate + file_name=settings.json + file_path=/home/${system_user}/.dbgate + create_dir ${file_path} + deploy_file "${dots_trg}/dbgate/${file_name}" "${file_path}/${file_name}" + cp /home/${system_user}/syncDir/secrets/dbgate/connections.jsonl ${file_path}/ + # dunst file_name=dunstrc file_path=/home/${system_user}/.config/dunst