feat: drop macports for home mac
This commit is contained in:
parent
7996b27bcf
commit
e5accddcba
3 changed files with 9 additions and 19 deletions
|
@ -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" -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue