From 4e27169980ab107c67f9f10e6daab748a9600093 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 6 May 2022 14:17:19 +0200 Subject: Add bash and zsh --- playbooks.d/user-tyil/etc/defaults | 2 ++ playbooks.d/user-tyil/etc/os.d/linux-gentoo | 2 ++ playbooks.d/user-tyil/playbook.bash | 2 ++ 3 files changed, 6 insertions(+) (limited to 'playbooks.d') 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" -- cgit v1.1