Skip to content

Commit

Permalink
Merge pull request #131 from entelecheia/main
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia authored Mar 20, 2024
2 parents 8f96052 + a727cd1 commit 9f17bad
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 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.4 (2024-03-20)

### Fix

* **templates:** Update environment variable default values ([`0cf1245`](https://github.com/entelecheia/dotfiles/commit/0cf124560065d83d7328b0486331ca2930250995))

## v0.38.3 (2024-03-19)

### Fix
Expand Down
6 changes: 6 additions & 0 deletions chezmoi/.chezmoi.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,17 @@
# {{- if and (hasKey . "github") (hasKey .github "token") .github.token -}}
# {{- $github_token = .github.token -}}
# {{- end -}}
# {{- if eq $github_token "NULL" "null" -}}
# {{- $github_token = "" -}}
# {{- end -}}

# {{- $gpg_passphrase := or (env "GPG_PASSPHRASE") "" -}}
# {{- if and (hasKey . "gnupg") (hasKey .gnupg "passphrase") -}}
# {{- $gpg_passphrase = .gnupg.passphrase -}}
# {{- end -}}
# {{- if eq $gpg_passphrase "NULL" "null" -}}
# {{- $gpg_passphrase = "" -}}
# {{- end -}}

# {{- $age_recipients:= or (env "AGE_RECIPIENTS") "" -}}
# {{- $ssh_homedir := or (joinPath .chezmoi.homeDir ".ssh") -}}
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.3
DOTFILES_VERSION: 0.38.4
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.3"
version = "0.38.4"
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 9f17bad

Please sign in to comment.