Add new app: claudia

This commit is contained in:
astrian 2025-08-18 10:10:52 +10:00
parent 51935209cc
commit bea8947c2b
No known key found for this signature in database

View File

@ -212,6 +212,7 @@ install_apps() {
"posting" # Posting - 现代 API 客户端终端工具 "posting" # Posting - 现代 API 客户端终端工具
"mamp" # MAMP - 本地 PHP、MySQL 和 Apache 开发环境 "mamp" # MAMP - 本地 PHP、MySQL 和 Apache 开发环境
"postgresql@15" # PostgreSQL 15 - 开源关系型数据库 "postgresql@15" # PostgreSQL 15 - 开源关系型数据库
"claudia" # Claudia - GUI app and toolkit for Claude Code
) )
total=${#apps[@]} total=${#apps[@]}