install: create terminfo directories

This commit is contained in:
Aminda Suomalainen 2025-10-03 10:47:44 +03:00
parent 2f70a52ab2
commit eff6edffe1
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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'`