diff --git a/.chezmoiignore b/.chezmoiignore new file mode 100644 index 0000000..e10752a --- /dev/null +++ b/.chezmoiignore @@ -0,0 +1,6 @@ +{{ if ne .chezmoi.os "darwin" }} +Library/Application Support/hyfetch.json +{{ end }} +{{ if ne .chezmoi.os "linux" }} +.config/hyfetch.json +{{ end }} diff --git a/.chezmoitemplates/hyfetch.json b/.chezmoitemplates/hyfetch.json new file mode 100644 index 0000000..c73b366 --- /dev/null +++ b/.chezmoitemplates/hyfetch.json @@ -0,0 +1,14 @@ +{ + "preset": "bisexual", + "mode": "rgb", + "auto_detect_light_dark: true, + "light_dark": "dark", + "lightness": 0.68, + "color_align": { + "mode": "horizontal" + }, + "backend": "neofetch", + "args": null, + "distro": null, + "pride_month_disable": false +} diff --git a/Library/Application Support/hyfetch.json.tmpl b/Library/Application Support/hyfetch.json.tmpl new file mode 100644 index 0000000..f3c5549 --- /dev/null +++ b/Library/Application Support/hyfetch.json.tmpl @@ -0,0 +1 @@ +{{- template "hyfetch.json" . -}} diff --git a/private_dot_config/hyfetch.json.tmpl b/private_dot_config/hyfetch.json.tmpl new file mode 100644 index 0000000..f3c5549 --- /dev/null +++ b/private_dot_config/hyfetch.json.tmpl @@ -0,0 +1 @@ +{{- template "hyfetch.json" . -}}