colima
This commit is contained in:
parent
97e4e3989e
commit
bea4766f48
2 changed files with 5 additions and 1 deletions
|
@ -79,5 +79,5 @@ export -U PATH
|
||||||
export CONDA_ENVS_PATH=$HOME/.conda/envs:/opt/miniconda3/envs
|
export CONDA_ENVS_PATH=$HOME/.conda/envs:/opt/miniconda3/envs
|
||||||
export CONDA_PKGS_DIRS=$HOME/.conda/pkgs
|
export CONDA_PKGS_DIRS=$HOME/.conda/pkgs
|
||||||
export RIPGREP_CONFIG_PATH=$HOME/.ripgreprc
|
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
|
|
||||||
|
|
|
@ -15,6 +15,10 @@ sudo apt install \
|
||||||
{{ else if eq .chezmoi.os "darwin" -}}
|
{{ else if eq .chezmoi.os "darwin" -}}
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
sudo port install \
|
sudo port install \
|
||||||
|
colima \
|
||||||
|
curl \
|
||||||
|
docker \
|
||||||
|
docker-compose \
|
||||||
git \
|
git \
|
||||||
helix \
|
helix \
|
||||||
ripgrep \
|
ripgrep \
|
||||||
|
|
Loading…
Add table
Reference in a new issue