Add .chezmoiscripts/10-pacman-conf.sh

This commit is contained in:
punkfairie 2024-04-22 20:16:05 -07:00
parent 6958b51408
commit 1cea87c75a
No known key found for this signature in database
GPG key ID: 284B78B49C058673

View file

@ -0,0 +1,5 @@
{{- if eq .osid "linux-arch" }}
#!/usr/bin/env bash
sudo cp "$HOME/.config/pacman/pacman.conf" "/etc/pacman.conf"
{{ end -}}