Add .chezmoiscripts/10-pacman-conf.sh
This commit is contained in:
parent
6958b51408
commit
1cea87c75a
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
{{- if eq .osid "linux-arch" }}
|
||||
#!/usr/bin/env bash
|
||||
|
||||
sudo cp "$HOME/.config/pacman/pacman.conf" "/etc/pacman.conf"
|
||||
{{ end -}}
|
Loading…
Reference in a new issue