/+ 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
|
||||
|
||||
5
dots/dbgate/connections.jsonl
Normal file
5
dots/dbgate/connections.jsonl
Normal file
@@ -0,0 +1,5 @@
|
||||
// the correct connections.jsonl file is NOT stored in this repo. instead, it is located here:
|
||||
// `/home/poq/syncDir/secrets/dbgate/connections.jsonl`
|
||||
//
|
||||
// and, from `99_deploy.sh`:
|
||||
// `cp /home/${system_user}/syncDir/secrets/dbgate/connections.jsonl ${file_path}/`
|
||||
15
dots/dbgate/readme.md
Normal file
15
dots/dbgate/readme.md
Normal file
@@ -0,0 +1,15 @@
|
||||
[poq@tuxwarrior .dbgate]$ cd /home/poq/.dbgate/
|
||||
[poq@tuxwarrior .dbgate]$ ls -al
|
||||
total 40
|
||||
drwxr-xr-x 1 poq poq 166 Apr 15 20:01 .
|
||||
drwxr-xr-x 1 poq poq 844 Apr 15 20:42 ..
|
||||
drwxr-xr-x 1 poq poq 0 Apr 15 19:41 apps
|
||||
drwxr-xr-x 1 poq poq 14 Apr 15 19:57 archive
|
||||
-rw-r--r-- 1 poq poq 1228 Apr 17 07:17 connections.jsonl
|
||||
drwxr-xr-x 1 poq poq 0 Apr 15 19:41 files
|
||||
drwxr-xr-x 1 poq poq 14280 Apr 16 14:57 jsl
|
||||
-rw-r--r-- 1 poq poq 224 Apr 15 19:49 .key
|
||||
drwxr-xr-x 1 poq poq 240 Apr 15 20:47 logs
|
||||
drwxr-xr-x 1 poq poq 0 Apr 15 19:41 plugins
|
||||
-rw-r--r-- 1 poq poq 24665 Apr 16 14:57 query-history.jsonl
|
||||
-rw-r--r-- 1 poq poq 537 Apr 17 07:17 settings.json
|
||||
21
dots/dbgate/settings.json
Normal file
21
dots/dbgate/settings.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"app.useNativeMenu": false,
|
||||
"currentEditorTheme": "cobalt",
|
||||
"other.licenseKey": null,
|
||||
"currentEditorFontSize": "12",
|
||||
"dataGrid.thousandsSeparator": false,
|
||||
"commands": {
|
||||
"query.executeCurrent": {
|
||||
"keyText": "CtrlOrCommand+Enter",
|
||||
"customKeyboardShortcut": true
|
||||
},
|
||||
"query.execute": {
|
||||
"keyText": "F5 | CtrlOrCommand+Shift+Enter",
|
||||
"customKeyboardShortcut": true
|
||||
},
|
||||
"shell.execute": {
|
||||
"keyText": "F5 | CtrlOrCommand+Shift+Enter",
|
||||
"customKeyboardShortcut": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user