summary refs log tree commit diff
path: root/configs/rcs/Makefile
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2018-10-14 10:35:39 -0700
committerFranck Cuny <fcuny@twitter.com>2018-10-14 10:35:39 -0700
commitdbba60c81e6f519cbcfac2bc5324aa3fb1729d41 (patch)
treef14886620eb226ba62a44c33840650fb63e5fc0e /configs/rcs/Makefile
parent[README] update. (diff)
downloademacs.d-dbba60c81e6f519cbcfac2bc5324aa3fb1729d41.tar.gz
[tmux] Add tmux config back
Also a global config for `ag`.
Diffstat (limited to '')
-rw-r--r--configs/rcs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/rcs/Makefile b/configs/rcs/Makefile
index 2b78a51..6a24d52 100644
--- a/configs/rcs/Makefile
+++ b/configs/rcs/Makefile
@@ -2,12 +2,14 @@ INTO      = $(HOME)
 
 
 INSTALL = \
+	agignore \
 	aspell.en.pws \
 	bashrc \
 	ctags \
 	emacs.d \
 	gitconfig \
-	gitignore
+	gitignore \
+	tmux.conf
 
 
 INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL))