Skip to content

Commit

Permalink
Run install-pkgx-packages.sh in devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Apr 29, 2024
1 parent 72be6e9 commit 4c87721
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion home/.chezmoiignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
.local/bin/code

.chezmoiscripts/*
!.chezmoiscripts/*-install-prerequisites.sh
!.chezmoiscripts/*-initialize-zsh.sh
!.chezmoiscripts/*-final-message.sh
{{ if ne .chezmoi.osRelease.id "alpine" -}}
!.chezmoiscripts/*-install-pkgx-packages.sh
{{- end }}
{{- end }}

{{ if not .is_gnome -}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ done

readonly wanted_packages=(
opendev.org/git-review
# {{ if not .is_devcontainer }}
openjdk.org
maven.apache.org
# {{ end }}
)

missing_packages=()
Expand Down

0 comments on commit 4c87721

Please sign in to comment.