chezmoi/dot_dotfiles/scripts/executable_install.chezmoi.dependencies.sh
Joachim Nielandt 2b0b9234fd Added dep.
2022-06-23 22:29:24 +02:00

24 lines
432 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 \
brightnessctl
# these are doom (emacs) dependencies
sudo pacman -Sy \
shellcheck \
fd \
pandoc
# install nice tools
sudo pacman -Sy \
tree