From 9dc1f665ef886cd2356397320438054520b8d577 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Mon, 19 Aug 2024 12:38:30 -0700 Subject: [PATCH] docker --- .docker/config.json | 7 +++++++ .gitignore | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 .docker/config.json diff --git a/.docker/config.json b/.docker/config.json new file mode 100644 index 0000000..fb90b97 --- /dev/null +++ b/.docker/config.json @@ -0,0 +1,7 @@ +{ + "auths": {}, + "currentContext": "orbstack", + "cliPluginsExtraDirs": [ + "/opt/homebrew/lib/docker/cli-plugins" + ] +} diff --git a/.gitignore b/.gitignore index 1a063f2..f301570 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,9 @@ private !.config/wezterm !.config/yabai +.docker/* +!.docker/config.json + .local/* !.local/share/nvim/site/pack/alpha/start