Add more necessary dependencies

This commit is contained in:
exu 2023-12-06 17:32:06 +01:00
parent ff492ef07e
commit 0e393bfabf
2 changed files with 9 additions and 4 deletions

View File

@ -150,8 +150,8 @@
;;ledger ; be audit you can be ;;ledger ; be audit you can be
;;lua ; one-based indices? one-based indices ;;lua ; one-based indices? one-based indices
markdown ; writing docs for people to ignore markdown ; writing docs for people to ignore
nim ; python + lisp at the speed of c ;;nim ; python + lisp at the speed of c
nix ; I hereby declare "nix geht mehr!" ;;nix ; I hereby declare "nix geht mehr!"
;;ocaml ; an objective camel ;;ocaml ; an objective camel
org ; organize your plain life in plain text org ; organize your plain life in plain text
php ; perl's insecure younger brother php ; perl's insecure younger brother

View File

@ -339,7 +339,7 @@ if [ $in_doomemacs -eq 1 ]; then
# unsorted # unsorted
paru -S --needed fd pandoc python-pipenv python-isort python-pytest texlive-core clang paru -S --needed fd pandoc python-pipenv python-isort python-pytest texlive-core clang
# python # python
sudo pacman -S --needed pyright python-black python-debugpy sudo pacman -S --needed pyright python-black python-debugpy python-pyflakes
# shell # shell
sudo pacman -S --needed shellcheck bash-language-server shfmt sudo pacman -S --needed shellcheck bash-language-server shfmt
# markdown # markdown
@ -347,13 +347,18 @@ if [ $in_doomemacs -eq 1 ]; then
# debugger # debugger
sudo pacman -S --needed nodejs lldb lldb-mi gdb unzip sudo pacman -S --needed nodejs lldb lldb-mi gdb unzip
# docker # docker
paru -S --needed dockerfile-language-server paru -S --needed dockerfile-language-server dockfmt
# lookup # lookup
sudo pacman -S --needed ripgrep sudo pacman -S --needed ripgrep
# terraform # terraform
sudo pacman -S --needed terraform sudo pacman -S --needed terraform
# grammar # grammar
sudo pacman -S --needed languagetool sudo pacman -S --needed languagetool
# php
sudo pacman -S --needed php composer
# web
sudo pacman -S --needed tidy stylelint
paru -S --needed js-beautify
# rest of installation # rest of installation
rm -rf ~/.config/emacs rm -rf ~/.config/emacs
git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs