From ddb272396ff0e1a6d6e3927b062a1a148aecc508 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 17 Oct 2021 19:25:20 +0200 Subject: [PATCH] extras: remove custom [nano text editor syntax highlighting](https://github.com/scopatz/nanorc) --- Makefile.extra | 5 ----- config/includes.chroot/etc/skel/.nanorc | 2 +- doc/md/packages/extras.md | 1 - 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile.extra b/Makefile.extra index e368bc1..84b1304 100644 --- a/Makefile.extra +++ b/Makefile.extra @@ -22,11 +22,6 @@ download_extra: clean # TODO file ITPs on bugs.debian.org, package for Debian mkdir -p cache/downloads/ - # EXTRA https://github.com/scopatz/nanorc - $(WGET) https://github.com/scopatz/nanorc/archive/master.zip -O cache/downloads/nanorc-master.zip - unzip -q cache/downloads/nanorc-master.zip -d cache/downloads/ - mv cache/downloads/nanorc-master config/includes.chroot/etc/skel/.nano - # EXTRA https://github.com/az0/cleanerml $(WGET) https://github.com/az0/cleanerml/archive/master.zip -O cache/downloads/cleanerml-master.zip unzip -q cache/downloads/cleanerml-master.zip -d cache/downloads/ diff --git a/config/includes.chroot/etc/skel/.nanorc b/config/includes.chroot/etc/skel/.nanorc index 55201f0..ad64ca9 100644 --- a/config/includes.chroot/etc/skel/.nanorc +++ b/config/includes.chroot/etc/skel/.nanorc @@ -1,3 +1,3 @@ #set tabstospaces set tabsize 4 -include ~/.nano/*.nanorc +# include ~/.nano/*.nanorc diff --git a/doc/md/packages/extras.md b/doc/md/packages/extras.md index 2be7a20..70c4286 100644 --- a/doc/md/packages/extras.md +++ b/doc/md/packages/extras.md @@ -5,7 +5,6 @@ For convenience, some software that are not part of the official Debian distribu - - https://github.com/scopatz/nanorc - https://github.com/az0/cleanerml - https://github.com/nodiscc/user.js - https://github.com/EionRobb/pidgin-opensteamworks/