diff --git a/modules/home-manager/scripts/common/bin/docker-compose b/modules/home-manager/scripts/common/bin/docker-compose new file mode 100755 index 0000000..65bfd4a --- /dev/null +++ b/modules/home-manager/scripts/common/bin/docker-compose @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +# a shim implemented this way so that other scripts looking for an executable +# docker-compose file in my path think I have it installed 😈 +podman-compose "$@"