diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml index c6b3783..c58bdfc 100644 --- a/.chezmoiexternal.toml +++ b/.chezmoiexternal.toml @@ -1,9 +1,3 @@ -[".nano"] - type = "archive" - url = "https://github.com/scopatz/nanorc/releases/download/2020.10.10/nanorc-2020.10.10.tar.gz" - stripComponents = 1 - include = ["*/*.nanorc"] - [".local/bin/n"] type = "file" url = "https://raw.githubusercontent.com/tj/n/master/bin/n" diff --git a/dot_nanorc.tmpl b/dot_nanorc.tmpl deleted file mode 100644 index 08ee2d0..0000000 --- a/dot_nanorc.tmpl +++ /dev/null @@ -1,19 +0,0 @@ -{{- 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 )) -}} -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 -{{- end }}