Added dependency installer. To be updated.
This commit is contained in:
parent
205cd49bf4
commit
26b6361793
@ -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.
|
||||
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user