/ +beekeeper-studio

This commit is contained in:
fro
2025-10-20 18:50:02 -05:00
parent 8206335d4d
commit 0ef39c3109
2 changed files with 8 additions and 2 deletions

View File

@@ -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