mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-12-26 03:27:30 +00:00
Specify personal-file interface for snap
This commit is contained in:
parent
7c053fb698
commit
2641a37865
@ -74,13 +74,20 @@ parts:
|
|||||||
snapcraftctl build
|
snapcraftctl build
|
||||||
snapcraftctl set-version $(git -C ../src describe --tags | sed 's/v//')
|
snapcraftctl set-version $(git -C ../src describe --tags | sed 's/v//')
|
||||||
|
|
||||||
|
plugs:
|
||||||
|
starship-config:
|
||||||
|
interfaces: personal-files
|
||||||
|
write:
|
||||||
|
- $HOME/.config/starship.toml
|
||||||
|
- $HOME/.cache/starship
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
starship:
|
starship:
|
||||||
command: bin/starship
|
command: bin/starship
|
||||||
plugs:
|
plugs:
|
||||||
- home
|
- home
|
||||||
- removable-media
|
- removable-media
|
||||||
- personal-files
|
- starship-config
|
||||||
|
|
||||||
architectures:
|
architectures:
|
||||||
- build-on: amd64
|
- build-on: amd64
|
||||||
|
Loading…
Reference in New Issue
Block a user