aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-03-21 23:06:58 +1300
committerTom Ryder <tom@sanctum.geek.nz>2023-03-21 23:06:58 +1300
commitebe3b7275b75e7bbded4f9fb9c07abe0f6d55be6 (patch)
treee1a13cb3e4c9b2bfb8c9ccb845d1ea63718a6459 /Makefile
parentRemove vestigial references to rxvt (diff)
downloaddotfiles-ebe3b7275b75e7bbded4f9fb9c07abe0f6d55be6.tar.gz
dotfiles-ebe3b7275b75e7bbded4f9fb9c07abe0f6d55be6.zip
Remove terminfo handling, including Vim settings
I haven't used PuTTY in a long time now, and I don't actually use tmux's terminfo file. I think the time for these is past.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index fc236ca4..66959687 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,6 @@
install-subversion \
install-sxhkd \
install-systemd \
- install-terminfo \
install-tidy \
install-tmux \
install-vim \
@@ -600,20 +599,12 @@ install-systemd: install-sh
cp -p -- systemd/user/run-.service.d/50-notify-email.conf \
$(XDG_DATA_HOME)/systemd/user/run-.service.d
-# Need to install these in appropriate order to meet dependencies; could trust
-# the system glob, but a fixed list is just more straightforward
-install-terminfo:
- tic terminfo/putty.ti
- tic terminfo/putty-256color.ti
- tic terminfo/screen.ti
- tic terminfo/screen-256color.ti
-
install-tidy: install-sh
cp -p -- tidy/profile.d/tidy.sh $(HOME)/.profile.d
mkdir -p -- $(XDG_CONFIG_HOME)/tidy
cp -p -- tidy/tidyrc $(XDG_CONFIG_HOME)/tidy/tidyrc
-install-tmux: tmux/bin/tmux tmux/tmux.conf install-systemd install-terminfo
+install-tmux: tmux/bin/tmux tmux/tmux.conf install-systemd
cp -p -- tmux/bin/tmux $(HOME)/.local/bin
cp -p -- tmux/profile.d/tmux.sh $(HOME)/.profile.d
cp -p -- tmux/tmux.conf $(HOME)/.tmux.conf