add hyfetch
This commit is contained in:
parent
d1b1795992
commit
f3ca4197da
6
.chezmoiignore
Normal file
6
.chezmoiignore
Normal file
@ -0,0 +1,6 @@
|
||||
{{ if ne .chezmoi.os "darwin" }}
|
||||
Library/Application Support/hyfetch.json
|
||||
{{ end }}
|
||||
{{ if ne .chezmoi.os "linux" }}
|
||||
.config/hyfetch.json
|
||||
{{ end }}
|
||||
14
.chezmoitemplates/hyfetch.json
Normal file
14
.chezmoitemplates/hyfetch.json
Normal file
@ -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
|
||||
}
|
||||
1
Library/Application Support/hyfetch.json.tmpl
Normal file
1
Library/Application Support/hyfetch.json.tmpl
Normal file
@ -0,0 +1 @@
|
||||
{{- template "hyfetch.json" . -}}
|
||||
1
private_dot_config/hyfetch.json.tmpl
Normal file
1
private_dot_config/hyfetch.json.tmpl
Normal file
@ -0,0 +1 @@
|
||||
{{- template "hyfetch.json" . -}}
|
||||
Loading…
Reference in New Issue
Block a user