Skip to content

Commit 83ff6a7

Browse files
committed
Move starship for bash profile to a dev files section and install only on main and nvidia editions
1 parent 46b3b71 commit 83ff6a7

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

recipes/recipe-nvidia.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ modules:
1717
- source: system/common
1818
destination: / # copies files/system/* (* means everything inside it) into your image's root folder /
1919

20+
- type: files
21+
files:
22+
- source: system/dev
23+
destination: /
24+
2025
- type: rpm-ostree
2126
repos:
2227
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo

recipes/recipe.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ modules:
1717
- source: system/common
1818
destination: / # copies files/system/* (* means everything inside it) into your image's root folder /
1919

20+
- type: files
21+
files:
22+
- source: system/dev
23+
destination: /
24+
2025
- type: rpm-ostree
2126
repos:
2227
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo

0 commit comments

Comments
 (0)