feat: drop macports for home mac
This commit is contained in:
parent
7996b27bcf
commit
e5accddcba
3 changed files with 9 additions and 19 deletions
|
@ -32,11 +32,6 @@ dscacheutil -flushcache
|
||||||
# debian
|
# debian
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install curl zsh git
|
sudo apt install curl zsh git
|
||||||
|
|
||||||
# macos
|
|
||||||
xcode-select --install
|
|
||||||
# download the pkg installer from: https://www.macports.org
|
|
||||||
# TODO: is there a reasonable unattended install workflow for macports?
|
|
||||||
```
|
```
|
||||||
|
|
||||||
(4) set the initial shell:
|
(4) set the initial shell:
|
||||||
|
@ -49,9 +44,7 @@ chsh -s $(which zsh)
|
||||||
# NA
|
# NA
|
||||||
```
|
```
|
||||||
|
|
||||||
(5) install a patched font, [Anonymice Pro](https://www.nerdfonts.com/font-downloads).
|
(5) https://typeof.net/Iosevka/
|
||||||
- wsl: size 11
|
|
||||||
- macos: size 16 or 17, no anti-aliasing
|
|
||||||
|
|
||||||
(6) install `age` private key from password manager into `~/.key.txt`
|
(6) install `age` private key from password manager into `~/.key.txt`
|
||||||
|
|
||||||
|
|
|
@ -39,17 +39,10 @@ fi
|
||||||
typeset -gU cdpath fpath mailpath path
|
typeset -gU cdpath fpath mailpath path
|
||||||
|
|
||||||
check_paths=(
|
check_paths=(
|
||||||
# conda and friends
|
|
||||||
/opt/miniforge3/bin
|
|
||||||
|
|
||||||
# rust
|
# rust
|
||||||
$HOME/.cargo/bin
|
$HOME/.cargo/bin
|
||||||
$HOME/.cargo/env
|
$HOME/.cargo/env
|
||||||
|
|
||||||
# macports
|
|
||||||
/opt/local/bin
|
|
||||||
/opt/local/sbin
|
|
||||||
|
|
||||||
# npm
|
# npm
|
||||||
$HOME/.npm-packages/bin
|
$HOME/.npm-packages/bin
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,10 @@ sudo apt install \
|
||||||
-y
|
-y
|
||||||
|
|
||||||
{{ else if eq .hosttype "personal" -}}
|
{{ 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 \
|
cmus \
|
||||||
curl \
|
curl \
|
||||||
direnv \
|
direnv \
|
||||||
|
@ -25,17 +28,18 @@ sudo port install \
|
||||||
git \
|
git \
|
||||||
git-delta \
|
git-delta \
|
||||||
helix \
|
helix \
|
||||||
jujutsu \
|
jj \
|
||||||
kitty \
|
kitty \
|
||||||
ripgrep \
|
ripgrep \
|
||||||
tmux \
|
sqlite \
|
||||||
tree \
|
tree \
|
||||||
watch \
|
watch \
|
||||||
wget \
|
wget \
|
||||||
xz \
|
xz \
|
||||||
zellij \
|
|
||||||
yazi \
|
yazi \
|
||||||
|
zellij \
|
||||||
zk \
|
zk \
|
||||||
|
zlib \
|
||||||
zsh
|
zsh
|
||||||
|
|
||||||
{{ else if eq .hosttype "wsl" -}}
|
{{ else if eq .hosttype "wsl" -}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue