initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{{- if eq .chezmoi.os "linux" -}}
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Update .Xresources
|
||||
|
||||
set -e
|
||||
[ "${CHEZMOI}" -eq 1 ] || exit 1
|
||||
|
||||
if ! command -v xrdb > /dev/null; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
xrdb -merge ~/.Xresources
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user