Skip to content

Commit d3e85e4

Browse files
committed
Add debeaver
1 parent c7d6bc0 commit d3e85e4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/macos/setup_env.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ casks=(
7171
#"font-jetbrains-mono-nerd-font"
7272
"microsoft-azure-storage-explorer"
7373
"drawio" # Online diagram software
74+
"dbeaver-community" # Free Universal Database Tool
7475
"Zed" # Multiplayer code editor
7576
#"protege" # OWL for ontologies and knowledge graph
7677
"ollama" # Manage Local LLMs

scripts/windows/setup_env.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ $guiApps = @(
6666
@{ Id = "Microsoft.VisualStudioCode"; Description = "Visual Studio Code" },
6767
@{ Id = "Microsoft.Azure.StorageExplorer"; Description = "Microsoft Azure Storage Explorer" },
6868
@{ Id = "JGraph.Draw"; Description = "Draw.io - online diagram software" },
69+
@{ Id = "dbeaver.dbeaver"; Description = "DBeaver Community - Free Universal Database Tool" },
6970
@{ Id = "ZedIndustries.Zed"; Description = "Zed - multiplayer code editor" },
7071
@{ Id = "Ollama.Ollama"; Description = "Manage local LLMs" },
7172
@{ Id = "Microsoft.PowerShell"; Description = "PowerShell (latest stable version)"; SkipCommand = "pwsh" },

0 commit comments

Comments
 (0)