This commit is contained in:
Matthew Ryan Dillon 2023-05-16 16:34:38 -04:00
parent 97e4e3989e
commit bea4766f48
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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 \