From b261a27e89728d375c26ebb2234bb1560885b681 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Fri, 5 Jan 2024 13:37:52 +0100 Subject: sorry, going back to docker replace docker wrappers --- public/brew/.brewfile | 2 +- public/zsh/.usr/local/bin/docker | 3 ++- public/zsh/.zshenv | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/brew/.brewfile b/public/brew/.brewfile index c1da383..ad6124b 100644 --- a/public/brew/.brewfile +++ b/public/brew/.brewfile @@ -120,7 +120,7 @@ cask "gimp" cask "github" cask "google-cloud-sdk" cask "gpg-suite-no-mail" -cask "podman-desktop" +cask "docker" cask "rectangle" cask "skitch" cask "slack" diff --git a/public/zsh/.usr/local/bin/docker b/public/zsh/.usr/local/bin/docker index db9731f..c16e0da 100755 --- a/public/zsh/.usr/local/bin/docker +++ b/public/zsh/.usr/local/bin/docker @@ -1,2 +1,3 @@ #!/bin/bash -podman "$@" +#podman "$@" +docker "$@" diff --git a/public/zsh/.zshenv b/public/zsh/.zshenv index dfedd7b..0a67ae5 100644 --- a/public/zsh/.zshenv +++ b/public/zsh/.zshenv @@ -1,6 +1,5 @@ alias kontext="source kontext" alias vim=vim_wrap -alias docker=podman alias vimc="nvim ~/.dotfiles/public/nvim/.nvim" # fucking hate brew, mac and all these fucking -- cgit v1.2.3