2022-11-29 05:29:20 +00:00
|
|
|
{{- if or
|
|
|
|
(eq .machinetype "workstation")
|
|
|
|
(eq .chezmoi.osRelease.id "fedora")
|
|
|
|
(and (eq .chezmoi.osRelease.id "almalinux" "centos" "rhel") (gt (atoi .chezmoi.osRelease.versionID) 7))
|
|
|
|
(and (eq .chezmoi.osRelease.id "debian") (gt (atoi .chezmoi.osRelease.versionID) 9 )) -}}
|
2022-04-20 13:49:32 +00:00
|
|
|
set linenumbers
|
|
|
|
set titlecolor bold,lightwhite,blue
|
|
|
|
set promptcolor lightwhite,lightblack
|
|
|
|
set statuscolor bold,lightwhite,green
|
|
|
|
set errorcolor bold,lightwhite,red
|
|
|
|
set spotlightcolor black,lime
|
|
|
|
set selectedcolor lightwhite,magenta
|
|
|
|
set stripecolor ,yellow
|
|
|
|
set scrollercolor cyan
|
|
|
|
set numbercolor lightwhite,lightblack
|
|
|
|
set keycolor cyan
|
|
|
|
set functioncolor green
|
|
|
|
include ~/.nano/*.nanorc
|
2022-04-20 13:51:40 +00:00
|
|
|
{{- end }}
|