From eff6edffe19693f27605c2dc33624b34d6c81986 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 3 Oct 2025 10:47:44 +0300 Subject: [PATCH] install: create terminfo directories --- install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install b/install index 9d477849..d997309a 100755 --- a/install +++ b/install @@ -39,6 +39,9 @@ cp -v rc/profile $HOME/.profile # Create configuration directories missed later mkdir -vp $HOME/.config/{autostart,foot,git,MangoHud,mpv,nvim,systemd/user,yt-dlp}/ +# terminfo just in case it needs to be copied to remote system +mkdir -vp $HOME/.terminfo/{A..z} + # Git config, legacy support for old location as well. # The other script appends sourced file, so if thou aren't I, thou should # consider it as well; `git config --global --add include.path '$HOME/yourgitconfig'`