/+ re-added dbgate
as it is a great tool, despite its weaknesses
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user