Add new app: bitwarden

This commit is contained in:
astrian 2025-09-09 11:26:09 +10:00
parent ea81226933
commit 801825cd7e
No known key found for this signature in database

View File

@ -218,6 +218,7 @@ install_apps() {
"obs" # OBS Studio - 开源直播录制软件 "obs" # OBS Studio - 开源直播录制软件
"firefox" # Firefox - Mozilla 开源浏览器 "firefox" # Firefox - Mozilla 开源浏览器
"zed" # Zed - 高性能代码编辑器 "zed" # Zed - 高性能代码编辑器
"bitwarden" # Bitwarden - 密码管理器
) )
total=${#apps[@]} total=${#apps[@]}