aboutsummaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile9
1 files changed, 1 insertions, 8 deletions
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 \