-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjustfile
More file actions
23 lines (19 loc) · 927 Bytes
/
Copy pathjustfile
File metadata and controls
23 lines (19 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
f:
taplo fmt
cargo +nightly-2026-03-15 fmt --all -- --error-on-unformatted --unstable-features
# Build and install the Flatpak locally
flatpak:
cd flatpak && flatpak-builder --user --install --force-clean build-dir io.marc.term.yml
# Build the Flatpak and export to a local OSTree repo (flatpak/repo/)
flatpak-repo:
cd flatpak && flatpak-builder --repo=repo --force-clean build-dir io.marc.term.yml
flatpak build-update-repo flatpak/repo/
# Run the locally installed Flatpak
flatpak-run:
flatpak run io.marc.term
# Install Flatpak SDK/runtime prerequisites (one-time setup)
flatpak-setup:
sudo apt install -y flatpak flatpak-builder
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install -y flathub org.freedesktop.Platform//24.08 org.freedesktop.Sdk//24.08
flatpak install -y flathub org.freedesktop.Sdk.Extension.rust-stable//24.08