Dotfiles/setup/modules/optional-Modules/apps/shotcut.sh

10 lines
266 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
source "$(dirname "${BASH_SOURCE[0]}")/../../lib/logging.sh"
log "Installing Shotcut (Flatpak)..."
ensure_flatpak
flatpak install --user -y flathub org.shotcut.Shotcut
apply_flatpak_theme "org.shotcut.Shotcut"
log "Shotcut installed."