misc package tweaks
This commit is contained in:
parent
ad2c3b1b63
commit
fa40f296e5
1 changed files with 3 additions and 5 deletions
|
|
@ -21,7 +21,7 @@ brew install \
|
||||||
helix \
|
helix \
|
||||||
inlyne \
|
inlyne \
|
||||||
jj \
|
jj \
|
||||||
kitty \
|
just \
|
||||||
lua-language-server \
|
lua-language-server \
|
||||||
luarocks \
|
luarocks \
|
||||||
marksman \
|
marksman \
|
||||||
|
|
@ -33,8 +33,6 @@ brew install \
|
||||||
watch \
|
watch \
|
||||||
wget \
|
wget \
|
||||||
xz \
|
xz \
|
||||||
yazi \
|
|
||||||
zellij \
|
|
||||||
zk \
|
zk \
|
||||||
zlib
|
zlib
|
||||||
|
|
||||||
|
|
@ -47,13 +45,13 @@ nvm install 22
|
||||||
nvm use 22
|
nvm use 22
|
||||||
|
|
||||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
uv tool install --force --python python3.12 aider-chat@latest
|
|
||||||
|
|
||||||
{{ if eq .hosttype "personal" -}}
|
{{ if eq .hosttype "personal" -}}
|
||||||
brew install \
|
brew install \
|
||||||
love \
|
love \
|
||||||
mingw-w64 \
|
mingw-w64 \
|
||||||
pandoc
|
pandoc \
|
||||||
|
stylua
|
||||||
{{ else if eq .hosttype "work" -}}
|
{{ else if eq .hosttype "work" -}}
|
||||||
{{ join .chezmoi.sourceDir "encrypted_dot_work_packages.age" | include | decrypt -}}
|
{{ join .chezmoi.sourceDir "encrypted_dot_work_packages.age" | include | decrypt -}}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue