chezmoi/dot_dotfiles/scripts/executable_install.chezmoi.dependencies.sh
Joachim Nielandt e8961cc4d2 Added deps.
2022-06-23 22:26:40 +02:00

23 lines
412 B
Bash

#!/bin/sh
# install all dependencies of the chezmoi repository
# especially useful when setting up a new system
# list is incomplete at the moment
sudo pacman -Sy \
pacman-contrib \
qutebrowser \
reflector \
xsel \
xclip \
eid-mw \
redshift
# these are doom (emacs) dependencies
sudo pacman -Sy \
shellcheck \
fd \
pandoc
# install nice tools
sudo pacman -Sy \
tree