/ +beekeeper-studio
This commit is contained in:
@@ -60,10 +60,10 @@ alias tp="tp.sh"
|
|||||||
alias tree="tree --du -h"
|
alias tree="tree --du -h"
|
||||||
alias unimatrix="unimatrix.py" # terminal idle "screensaver"
|
alias unimatrix="unimatrix.py" # terminal idle "screensaver"
|
||||||
|
|
||||||
# app images
|
# app images and more
|
||||||
alias dbgate="/home/poq/syncDir/quick/swas/installationFiles/dbGate/dbgate-latest.AppImage"
|
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 luna="~/syncDir/quick/swas/installationFiles/lunaModeler/Luna\ Modeler-10.1.0-x86_64.AppImage"
|
||||||
|
alias beekeeper="./opt/\"Beekeeper Studio\"/beekeeper-studio-bin"
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
# terminal
|
# terminal
|
||||||
|
|||||||
@@ -289,6 +289,12 @@ if [ ${operation} == "dots" ] ; then
|
|||||||
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}"
|
||||||
|
|
||||||
|
# beekeeper
|
||||||
|
file_name=user.config.ini
|
||||||
|
file_path=/home/${system_user}/.config/beekeeper-studio
|
||||||
|
create_dir ${file_path}
|
||||||
|
deploy_file "${dots_trg}/beekeeper-studio/${file_name}" "${file_path}/${file_name}"
|
||||||
|
|
||||||
# dbgate
|
# dbgate
|
||||||
file_name=settings.json
|
file_name=settings.json
|
||||||
file_path=/home/${system_user}/.dbgate
|
file_path=/home/${system_user}/.dbgate
|
||||||
|
|||||||
Reference in New Issue
Block a user