feat: drop macports for home mac

This commit is contained in:
Matthew Ryan Dillon 2024-12-01 19:27:57 -05:00
parent 7996b27bcf
commit e5accddcba
3 changed files with 9 additions and 19 deletions

View file

@ -39,17 +39,10 @@ fi
typeset -gU cdpath fpath mailpath path
check_paths=(
# conda and friends
/opt/miniforge3/bin
# rust
$HOME/.cargo/bin
$HOME/.cargo/env
# macports
/opt/local/bin
/opt/local/sbin
# npm
$HOME/.npm-packages/bin

View file

@ -17,7 +17,10 @@ sudo apt install \
-y
{{ else if eq .hosttype "personal" -}}
sudo port install \
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
eval "$(/opt/homebrew/bin/brew shellenv)"
brew install \
bzip2 \
cmus \
curl \
direnv \
@ -25,17 +28,18 @@ sudo port install \
git \
git-delta \
helix \
jujutsu \
jj \
kitty \
ripgrep \
tmux \
sqlite \
tree \
watch \
wget \
xz \
zellij \
yazi \
zellij \
zk \
zlib \
zsh
{{ else if eq .hosttype "wsl" -}}