#!/bin/bash
{{ if .root }}
{{ if eq .chezmoi.osRelease.id "arch" }}
sudo pacman -Syy --needed \
feh \
git \
zsh \
&& true
{{ end }}
# vim: set ft=bash :