Skip to content

Commit

Permalink
feat(chezmoi): add yubico authenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
scottames committed Dec 6, 2023
1 parent 8fcec56 commit 3275b91
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions home/.chezmoiexternal.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@
path = "keymapp"
refreshPeriod = "168h"

[".local/share/yubico-authenticator"]
type = "archive"
url = "https://developers.yubico.com/yubioath-flutter/Releases/yubico-authenticator-latest-linux.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"

# renovate: depName=flyway/flyway datasource=github-releases
{{ $flywayVersion := "9.20.1" -}}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Desktop Entry]
Name=Yubico Authenticator
GenericName=Yubico Authenticator
Exec="/home/scta/.local/share/yubico-authenticator/authenticator"
Icon=/home/scta/.local/share/yubico-authenticator/linux_support/com.yubico.yubioath.png
Type=Application
Categories=Utility;
Keywords=Yubico;Authenticator;

0 comments on commit 3275b91

Please sign in to comment.