Skip to content

Commit

Permalink
chezmoi: remove devEnv data bit
Browse files Browse the repository at this point in the history
  • Loading branch information
yacoob committed Nov 30, 2024
1 parent 66bed1d commit 95e6338
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions docker/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ WORKDIR /home/yacoob/.local/bin
# install binaries via eget
RUN ./eget watchexec/watchexec -a musl.tar.xz _ -a '^b3' -a '^sha512' --to=/usr/local/bin
USER yacoob
# switch chezmoi to devenv flavour
RUN ./chezmoi init --promptBool dev-environment=true --apply


FROM fedora:latest AS common
Expand Down
3 changes: 0 additions & 3 deletions home/.chezmoi.yaml.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{{- $devEnv := promptBool "dev-environment" false -}}
data:
devEnv: {{ $devEnv }}
merge:
command: nvim
args:
Expand Down

0 comments on commit 95e6338

Please sign in to comment.