From ebe3b7275b75e7bbded4f9fb9c07abe0f6d55be6 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 21 Mar 2023 23:06:58 +1300 Subject: 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. --- Makefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3