diff --git a/home/run_once_01install-packages.sh.tmpl b/home/run_once_01install-packages.sh.tmpl index 4ec8b53..49fb87f 100644 --- a/home/run_once_01install-packages.sh.tmpl +++ b/home/run_once_01install-packages.sh.tmpl @@ -21,7 +21,7 @@ brew install \ helix \ inlyne \ jj \ - kitty \ + just \ lua-language-server \ luarocks \ marksman \ @@ -33,8 +33,6 @@ brew install \ watch \ wget \ xz \ - yazi \ - zellij \ zk \ zlib @@ -47,13 +45,13 @@ nvm install 22 nvm use 22 curl -LsSf https://astral.sh/uv/install.sh | sh -uv tool install --force --python python3.12 aider-chat@latest {{ if eq .hosttype "personal" -}} brew install \ love \ mingw-w64 \ - pandoc + pandoc \ + stylua {{ else if eq .hosttype "work" -}} {{ join .chezmoi.sourceDir "encrypted_dot_work_packages.age" | include | decrypt -}} {{ end }}