aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-06-03 09:13:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-06-03 09:13:44 +1200
commitc18a5b72e5ca8c96ff92c51326136a167faa3e31 (patch)
treea9266e0cfdedf0862359c8669fc833d6c77dfb62 /Makefile
parentBe more specific about prompt part appearance (diff)
downloaddotfiles-c18a5b72e5ca8c96ff92c51326136a167faa3e31.tar.gz
dotfiles-c18a5b72e5ca8c96ff92c51326136a167faa3e31.zip
Store a local .dircolors file
Looks like a recent package update hosed mine and removed a bunch of terminal definitions I used. Probably better long-term just to use my own. Removed all the comment cruft from it for now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b5e48004..28879bef 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ usage :
install : install-bash \
install-bin \
install-curl \
+ install-dircolors \
install-git \
install-gnupg \
install-readline \
@@ -43,6 +44,10 @@ install-curl :
rm -f $(HOME)/.curlrc
ln -s $(PWD)/curl/curlrc $(HOME)/.curlrc
+install-dircolors :
+ rm -f $(HOME)/.dircolors
+ ln -s $(PWD)/dircolors/dircolors $(HOME)/.dircolors
+
install-git :
rm -f $(HOME)/.gitconfig
ln -s $(PWD)/git/gitconfig $(HOME)/.gitconfig