drop wsl and devterm (closes #1)
This commit is contained in:
parent
fc831dbc7f
commit
6040cac5f8
7 changed files with 9 additions and 164 deletions
|
@ -2,20 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
{{ if eq .hosttype "devterm" -}}
|
||||
sudo apt install \
|
||||
brightnessctl \
|
||||
git \
|
||||
libncurses-dev \
|
||||
libssl-dev \
|
||||
lynx \
|
||||
ripgrep \
|
||||
tree \
|
||||
wget \
|
||||
zsh \
|
||||
-y
|
||||
|
||||
{{ else if eq .hosttype "personal" -}}
|
||||
{{ if eq .hosttype "personal" -}}
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
brew install \
|
||||
|
@ -52,19 +39,6 @@ nvm use 22
|
|||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
uv tool install --force --python python3.12 aider-chat@latest
|
||||
|
||||
{{ else if eq .hosttype "wsl" -}}
|
||||
sudo apt update
|
||||
sudo apt install \
|
||||
build-essential \
|
||||
clang \
|
||||
libssl-dev \
|
||||
pkg-config \
|
||||
ripgrep \
|
||||
tree \
|
||||
wget \
|
||||
yazi \
|
||||
-y
|
||||
|
||||
{{ else if eq .hosttype "work" -}}
|
||||
{{ join .chezmoi.sourceDir "encrypted_work_packages.age" | include | decrypt -}}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue