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