6 lines
178 B
Bash
6 lines
178 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
|