add arch install script

This commit is contained in:
Anthony Rodriguez 2024-02-07 15:45:45 +01:00
parent 1e438f01e6
commit 36937c392e
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -15,3 +15,8 @@ sudo dnf check-update
sudo dnf install $(cat fedora_packages) -y
{{ end }}
{{ end }}
{{ if (and (eq .flavor "wm") (eq .chezmoi.osRelease.id "arch")) }}
# TODO add arch packages (1password for GPG, vscode for chezmoi edit)
sudo pacman -Sy - < arch_packages
{{ end }}