Added dependency installer. To be updated.

This commit is contained in:
Joachim Nielandt 2021-11-08 11:05:22 +01:00
parent 205cd49bf4
commit 26b6361793
2 changed files with 10 additions and 0 deletions

View File

@ -3,3 +3,8 @@
Clone polybar-scripts into `.config`. Some scripts can be used to check differences with the local copies. Polybar-scripts is not included in the chezmoi repo anymore, only modified copies of selected scripts.
`git clone https://github.com/polybar/polybar-scripts.git ~/.config/`
# Dependencies
Install dependencies by executing the script contained in this repository.

View File

@ -0,0 +1,5 @@
#!/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