diff options
author | Christian Segundo | 2024-01-05 13:37:52 +0100 |
---|---|---|
committer | Christian Segundo | 2024-01-05 13:39:59 +0100 |
commit | b261a27e89728d375c26ebb2234bb1560885b681 (patch) | |
tree | 46a245a366d0f9f0dd6dee486862bf41da59308d | |
parent | 563f68fd8ef36092e8bb10701a94e1d8a7fcc8e3 (diff) | |
download | dotfiles-b261a27e89728d375c26ebb2234bb1560885b681.tar.gz |
sorry, going back to docker
replace docker wrappers
-rw-r--r-- | public/brew/.brewfile | 2 | ||||
-rwxr-xr-x | public/zsh/.usr/local/bin/docker | 3 | ||||
-rw-r--r-- | 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 |