From 26b63617931d0d5a6af2749595fd59c147de458b Mon Sep 17 00:00:00 2001 From: Joachim Nielandt Date: Mon, 8 Nov 2021 11:05:22 +0100 Subject: [PATCH] Added dependency installer. To be updated. --- README.md | 5 +++++ .../scripts/executable_install.chezmoi.dependencies.sh | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 dot_dotfiles/scripts/executable_install.chezmoi.dependencies.sh diff --git a/README.md b/README.md index f95b9ae..27bd03a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/dot_dotfiles/scripts/executable_install.chezmoi.dependencies.sh b/dot_dotfiles/scripts/executable_install.chezmoi.dependencies.sh new file mode 100644 index 0000000..b03d287 --- /dev/null +++ b/dot_dotfiles/scripts/executable_install.chezmoi.dependencies.sh @@ -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