doc: user flatpak
This commit is contained in:
parent
833a30aef8
commit
624eda03be
16
.README.md
16
.README.md
@ -57,6 +57,8 @@ Mask `onedrive` service for new user:
|
|||||||
|
|
||||||
## Debian Packages {#debian}
|
## Debian Packages {#debian}
|
||||||
|
|
||||||
|
TODO: dlocate / plocate…
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@ -265,6 +267,10 @@ asdf plugin add python
|
|||||||
for Plugin in $(asdf plugin list); { echo $Plugin; asdf list $Plugin }
|
for Plugin in $(asdf plugin list); { echo $Plugin; asdf list $Plugin }
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Updates
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
## Newer Debian packages {#newer_versions}
|
## Newer Debian packages {#newer_versions}
|
||||||
|
|
||||||
### Flatpak
|
### Flatpak
|
||||||
@ -275,6 +281,14 @@ for Plugin in $(asdf plugin list); { echo $Plugin; asdf list $Plugin }
|
|||||||
|
|
||||||
TODO: [Where are all the installed flatpak apps .desktop files located](https://github.com/flatpak/flatpak/issues/1286)
|
TODO: [Where are all the installed flatpak apps .desktop files located](https://github.com/flatpak/flatpak/issues/1286)
|
||||||
|
|
||||||
|
#### User Configuration
|
||||||
|
|
||||||
|
```sh
|
||||||
|
flatpak remote-add --user --if-not-exists \
|
||||||
|
--subset=verified_floss flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
|
flatpak install --user org.mozilla.firefox
|
||||||
|
```
|
||||||
|
|
||||||
#### Overrides
|
#### Overrides
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@ -539,6 +553,8 @@ bat ~/.config/nvim/README.md
|
|||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
|
- TODO: Debian 13 packages
|
||||||
|
|
||||||
- kitty / NerdFont
|
- kitty / NerdFont
|
||||||
|
|
||||||
- Archives Management:
|
- Archives Management:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user