summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-03-31 02:17:40 -0400
committerJesse Luehrs <doy@tozt.net>2018-03-31 03:09:05 -0400
commit54053d2dadfd5ba67127c636a3eb4c0f7cff5ef9 (patch)
tree2902692865d54b4190bb9e8a70a9647c98228d36 /Makefile
parent3bb4cc428aafd8b82ce87b28165f6d3ea3ce02a2 (diff)
downloadconf-54053d2dadfd5ba67127c636a3eb4c0f7cff5ef9.tar.gz
conf-54053d2dadfd5ba67127c636a3eb4c0f7cff5ef9.zip
switch to alacritty
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 471bd23..4b50080 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ INSTALL = agignore \
bash_logout \
bash_profile \
bashrc \
+ config/alacritty/alacritty.yml \
config/touchegg/touchegg.conf \
crawlrc \
gdbinit \
@@ -24,7 +25,6 @@ INSTALL = agignore \
profile \
proverc \
replyrc \
- runesrc \
screenrc \
tigrc \
tmux.conf \
@@ -65,6 +65,7 @@ EMPTYDIRS = $(patsubst services/available/%,.log/%,$(wildcard services/available
.cache/vim/hist \
.cache/vim/undo \
.config/mpd/playlists \
+ .config/alacritty \
.config/touchegg
INSTALLED = $(patsubst %,$(INTO)/%/,$(EMPTYDIRS)) \