We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74339f1 commit 62c5e4dCopy full SHA for 62c5e4d
home/.chezmoiignore
@@ -51,6 +51,7 @@ src/github.com/paperwm*
51
52
{{- if not (eq .host.os_variant "silverblue") }}
53
.config/Yubico/u2f_keys
54
+.local/bin/docker
55
{{- end }}
56
57
{{- if and (hasKey .chezmoi "osRelease") (hasKey .chezmoi.osRelease "id") (not (eq .chezmoi.osRelease.id "arch")) }}
home/dot_local/bin/executable_docker
@@ -0,0 +1,3 @@
1
+#!/bin/env bash
2
+
3
+podman "${@}"
0 commit comments