Created
November 12, 2024 12:37
-
-
Save 0x61nas/e49dc92d19d0c8b42ebe55b49e57363b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export dev_pkgs=( | |
rustup | |
gcc | |
python | |
ruff | |
zig | |
zls | |
uv | |
hexyl | |
hex | |
hurl | |
lua | |
lua-language-server | |
nil-git | |
stylua | |
bash-language-server | |
# asm-lsp # FIXME: OUTDATED | |
cloc | |
tokei | |
gopls | |
codespell | |
tree-sitter | |
tree-sitter-markdown | |
tree-sitter-lua | |
ltex-ls | |
nodejs | |
kotlin-language-server | |
# jdt-language-server | |
# nasmfmt | |
# typos | |
prettier | |
markdownlint-cli2 | |
plantuml | |
git-delta | |
nasm | |
ctags | |
) | |
paru --sudo=doas -S --needed "${dev_pkgs[@]}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment