From 2d499e13bb27da708c70eb608e4cef6a9d65c872 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 15 Jan 2020 18:12:03 -0500 Subject: Remove gpg from install.sh I don't sign commits anymore so probably don't need it. --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 5768baff..010c9082 100644 --- a/install.sh +++ b/install.sh @@ -2,10 +2,10 @@ set -eu pkgAny='curl htop mksh sl the_silver_searcher tree' -pkgDarwin="${pkgAny} gnupg2" -pkgFreeBSD="${pkgAny} ddate gnupg neovim" -pkgNetBSD="${pkgAny} gnupg2 vim" -pkgLinux="${pkgAny} bc ctags gdb gnupg neovim openssh" +pkgDarwin="${pkgAny}" +pkgFreeBSD="${pkgAny} ddate neovim" +pkgNetBSD="${pkgAny} vim" +pkgLinux="${pkgAny} bc ctags gdb neovim openssh" pkgsrcTag='20171103' neovimTag='v0.4.2' -- cgit 1.4.1 d> dontfiles
summary refs log tree commit diff
path: root/bin/1sh/expand.c (unfollow)
Commit message (Expand)Author
2019-12-19Ignore about-filterJune McEnroe
2019-12-19Fix matching make tags with no sourcesJune McEnroe
2019-12-19Avoid matching := assignments as tagsJune McEnroe
2019-12-18Hide line numbers when rendering mdocJune McEnroe
2019-12-18Customize cgit CSSJune McEnroe
2019-12-18Use :target rather than :focus pseudo-classJune McEnroe
2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe
2019-12-18Add git.causal.agency cgit configJune McEnroe
2019-12-18Bail from hi if input is binaryJune McEnroe
2019-12-16Post "cgit setup"June McEnroe