diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 32f654a..dd06d09 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -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 diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index fa35021..117b327 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -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