Skip to content

Commit

Permalink
Output pkgx envs
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Apr 11, 2024
1 parent 04ac58c commit c8d428c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions home/dot_profile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,19 @@ GIT_AUTHOR_NAME={{ output "sh" "-c" "pkgx gh api https://api.github.com/user --j
GIT_AUTHOR_EMAIL={{ output "sh" "-c" "pkgx gh api https://api.github.com/user/public_emails --jq '.[0].email' || true" | trim | quote }}
GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL

{{ output "pkgx"
"+chezmoi.io~2.34"
"+cli.github.com^2.26"
"+github.com/junegunn/fzf"
"+nushell.sh~0.92.1"
"+git-scm.org^2.40"
"+github.com/peltoche/lsd^1"
"+crates.io/vivid~0.9"
"+starship.rs~1.16"
"+crates.io/gitui"
"+crates.io/zellij~0.38"
"+crates.io/git-delta~0.15"
"+crates.io/ripgrep"
"+helix-editor.com~24.03"
}}

0 comments on commit c8d428c

Please sign in to comment.