From 437d86dfd7b6e1fe64f0ed2fd631e52fb5b408d4 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 26 Apr 2014 23:32:15 +1200 Subject: Remove ack(1) I just wasn't using it; not enough advantages over grep(1) with a little BRE reading and some judicious use of find(1) --- .gitmodules | 4 ---- Makefile | 9 +-------- README.markdown | 6 ++---- ack/ackrc | 2 -- vim/bundle/ack | 1 - 5 files changed, 3 insertions(+), 19 deletions(-) delete mode 100644 ack/ackrc delete mode 160000 vim/bundle/ack diff --git a/.gitmodules b/.gitmodules index c0089c12..f979eea5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -50,10 +50,6 @@ path = vim/bundle/undotree url = git://github.com/mbbill/undotree ignore = dirty -[submodule "vim/bundle/ack"] - path = vim/bundle/ack - url = git://github.com/mileszs/ack.vim - ignore = dirty [submodule "vim/bundle/argumentative"] path = vim/bundle/argumentative url = git://github.com/PeterRincker/vim-argumentative diff --git a/Makefile b/Makefile index ab788dcd..a5f41430 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ -install : install-ack \ - install-bash \ +install : install-bash \ install-curl \ install-git \ install-gnupg \ @@ -8,12 +7,6 @@ install : install-ack \ install-terminfo \ install-vim -install-ack : - mkdir -p $(HOME)/.local/bin - rm -fr $(HOME)/.local/bin/ack $(HOME)/.ackrc - ln -s $(PWD)/ack/ack $(HOME)/.local/bin/ack - ln -s $(PWD)/ack/ackrc $(HOME)/.ackrc - install-bash : mkdir -p $(HOME)/.config rm -f $(HOME)/.bashrc $(HOME)/.bash_profile \ diff --git a/README.markdown b/README.markdown index bfa9b961..502224c7 100644 --- a/README.markdown +++ b/README.markdown @@ -19,8 +19,6 @@ Tools Configuration is included for: -* [ack](http://beyondgrep.com/) — Perl alternative to `grep(1)`, including a - copy of its standalone version * [Bash](https://www.gnu.org/software/bash/) — GNU Bourne-Again Shell, including a `~/.profile` configured to work with most Bourne-compatible shells @@ -72,8 +70,8 @@ You’ll need to have a recent enough version of Git to support [submodules](http://git-scm.com/book/en/Git-Tools-Submodules) for the Vim installation to work; it’s required for the plugin setup. -To install the core terminal-only files (ack, Bash, cURL, Git, GnuPG, Vim), use -the following: +To install the core terminal-only files (Bash, cURL, Git, GnuPG, Vim), use the +following: ```bash $ make install diff --git a/ack/ackrc b/ack/ackrc deleted file mode 100644 index 48c5be15..00000000 --- a/ack/ackrc +++ /dev/null @@ -1,2 +0,0 @@ ---color-match=bold red ---sort-files diff --git a/vim/bundle/ack b/vim/bundle/ack deleted file mode 160000 index f183a345..00000000 --- a/vim/bundle/ack +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f183a345a0c10caed7684d07dabae33e007c7590 -- cgit v1.2.3