Skip to content

Commit 62c5e4d

Browse files
committed
feat: docker => podman
1 parent 74339f1 commit 62c5e4d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

home/.chezmoiignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ src/github.com/paperwm*
5151

5252
{{- if not (eq .host.os_variant "silverblue") }}
5353
.config/Yubico/u2f_keys
54+
.local/bin/docker
5455
{{- end }}
5556

5657
{{- if and (hasKey .chezmoi "osRelease") (hasKey .chezmoi.osRelease "id") (not (eq .chezmoi.osRelease.id "arch")) }}

home/dot_local/bin/executable_docker

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/env bash
2+
3+
podman "${@}"

0 commit comments

Comments
 (0)