- beekeeper-studio & luna modeller

This commit is contained in:
fro
2025-10-20 19:27:24 -05:00
parent 0ef39c3109
commit 60cf6837cb
3 changed files with 2 additions and 281 deletions

View File

@@ -289,18 +289,13 @@ 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
create_dir ${file_path}
deploy_file "${dots_trg}/dbgate/${file_name}" "${file_path}/${file_name}"
cp /home/${system_user}/syncDir/secrets/dbgate/connections.jsonl ${file_path}/
chown ${system_user}:${system_user} ${file_path}/connections.jsonl
# dunst
file_name=dunstrc