summaryrefslogtreecommitdiff
path: root/playbooks.d/user-tyil
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-05-06 14:17:19 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-05-06 14:17:19 +0200
commit4e27169980ab107c67f9f10e6daab748a9600093 (patch)
tree83f6e1cb974c606286bb63e5733bf95bec2e9503 /playbooks.d/user-tyil
parent2bf1299da47a6d11b65cd765c1d0e9372d7b6518 (diff)
Add bash and zsh
Diffstat (limited to 'playbooks.d/user-tyil')
-rw-r--r--playbooks.d/user-tyil/etc/defaults2
-rw-r--r--playbooks.d/user-tyil/etc/os.d/linux-gentoo2
-rw-r--r--playbooks.d/user-tyil/playbook.bash2
3 files changed, 6 insertions, 0 deletions
diff --git a/playbooks.d/user-tyil/etc/defaults b/playbooks.d/user-tyil/etc/defaults
index e1bd13a..8d9bd34 100644
--- a/playbooks.d/user-tyil/etc/defaults
+++ b/playbooks.d/user-tyil/etc/defaults
@@ -2,5 +2,7 @@ users.tyil.home=/home/tyil
users.tyil.git.url=https://git.tyil.nl/dotfiles
users.tyil.git.branch=master
+pkg.bash=bash
pkg.git=git
pkg.sudo=sudo
+pkg.zsh=zsh
diff --git a/playbooks.d/user-tyil/etc/os.d/linux-gentoo b/playbooks.d/user-tyil/etc/os.d/linux-gentoo
index 6fcaf18..f10814f 100644
--- a/playbooks.d/user-tyil/etc/os.d/linux-gentoo
+++ b/playbooks.d/user-tyil/etc/os.d/linux-gentoo
@@ -1,2 +1,4 @@
+pkg.bash=app-shells/bash
pkg.git=dev-vcs/git
pkg.sudo=app-admin/sudo
+pkg.zsg=app-shells/zsh
diff --git a/playbooks.d/user-tyil/playbook.bash b/playbooks.d/user-tyil/playbook.bash
index e21a7dc..66de8a0 100644
--- a/playbooks.d/user-tyil/playbook.bash
+++ b/playbooks.d/user-tyil/playbook.bash
@@ -15,8 +15,10 @@ playbook_add() {
playbook_sync() {
local packages=(
+ bash
git
sudo
+ zsh
)
notice "$BASHTARD_PLAYBOOK" "Installing all desired utilities"