Skip to content

Commit

Permalink
Merge pull request #135 from entelecheia/main
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia authored Mar 27, 2024
2 parents 9f17bad + bb612d5 commit 0da37b1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<!--next-version-placeholder-->

## v0.38.5 (2024-03-20)

### Fix

* **chezmoi:** Add conditional check for setting empty values ([`a727cd1`](https://github.com/entelecheia/dotfiles/commit/a727cd1d7b2e07d9661f020adc794ab03f27dd12))

## v0.38.4 (2024-03-20)

### Fix
Expand Down
12 changes: 0 additions & 12 deletions chezmoi/.chezmoi.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -691,18 +691,6 @@
# {{- writeToStdout "❎ Docker container registry not set\n" -}}
# {{- end -}}

# {{- if and $interactive ($minimum | not) -}}
# {{- $question := "❔ What is your dockerfiles repository URL (ex: https://github.com/entelecheia/dockerfiles.git)" -}}
# {{- $answer := "" -}}
# {{- if $dockerfiles_repo -}}
# {{- $answer = promptString $question $dockerfiles_repo -}}
# {{- else -}}
# {{- $answer = promptString $question -}}
# {{- end -}}
# {{- $dockerfiles_repo = $answer -}}
# {{- end -}}
# {{- writeToStdout (printf "✅ dockerfiles repo set as '%s'\n" $dockerfiles_repo) -}}

# {{- if $workspace_existing -}}
# {{- if $wsl -}}
# {{- if eq $winhome_existing $winhome -}}
Expand Down
2 changes: 1 addition & 1 deletion chezmoi/.chezmoidata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DOTFILES_VERSION: 0.38.4
DOTFILES_VERSION: 0.38.5
packages:
- name: 1password-cli
apt: true
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dotfiles"
version = "0.38.4"
version = "0.38.5"
description = "Easily manage and synchronize your dotfiles across multiple environments with the Dotfiles project, streamlining your development setup and CI/CD pipeline."
authors = ["Young Joon Lee <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 0da37b1

Please sign in to comment.