From bea4766f48d712b256dec490e2ffacb442a06af8 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 16 May 2023 16:34:38 -0400 Subject: [PATCH] colima --- home/dot_zshenv | 2 +- home/run_once_install-packages.sh.tmpl | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/home/dot_zshenv b/home/dot_zshenv index 1ea0524..1676f27 100644 --- a/home/dot_zshenv +++ b/home/dot_zshenv @@ -79,5 +79,5 @@ export -U PATH export CONDA_ENVS_PATH=$HOME/.conda/envs:/opt/miniconda3/envs export CONDA_PKGS_DIRS=$HOME/.conda/pkgs export RIPGREP_CONFIG_PATH=$HOME/.ripgreprc +export DOCKER_HOST="unix://${HOME}/.colima/default/docker.sock" -if [ -e /home/matthew/.nix-profile/etc/profile.d/nix.sh ]; then . /home/matthew/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer diff --git a/home/run_once_install-packages.sh.tmpl b/home/run_once_install-packages.sh.tmpl index 8c7a8c7..86a9222 100644 --- a/home/run_once_install-packages.sh.tmpl +++ b/home/run_once_install-packages.sh.tmpl @@ -15,6 +15,10 @@ sudo apt install \ {{ else if eq .chezmoi.os "darwin" -}} #!/bin/sh sudo port install \ + colima \ + curl \ + docker \ + docker-compose \ git \ helix \ ripgrep \