aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-04-26 23:32:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-04-26 23:32:15 +1200
commit437d86dfd7b6e1fe64f0ed2fd631e52fb5b408d4 (patch)
treee07494c5b982d4e2c733a9e46420b43921d71bd2 /README.markdown
parentUTF-8 encoding needed before clipboard print (diff)
downloaddotfiles-437d86dfd7b6e1fe64f0ed2fd631e52fb5b408d4.tar.gz
dotfiles-437d86dfd7b6e1fe64f0ed2fd631e52fb5b408d4.zip
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)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown6
1 files changed, 2 insertions, 4 deletions
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