This commit is contained in:
Michael Zhang 2020-11-23 12:10:19 -06:00
parent ca8f249ec4
commit 82e592e6b8
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

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