8 lines
202 B
Bash
8 lines
202 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
|