aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules4
-rw-r--r--Makefile9
-rw-r--r--README.markdown6
-rw-r--r--ack/ackrc2
m---------vim/bundle/ack0
5 files changed, 3 insertions, 18 deletions
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
-Subproject f183a345a0c10caed7684d07dabae33e007c759