mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-10-05 04:57:21 +02:00
install: create terminfo directories
This commit is contained in:
parent
2f70a52ab2
commit
eff6edffe1
3
install
3
install
@ -39,6 +39,9 @@ cp -v rc/profile $HOME/.profile
|
|||||||
# Create configuration directories missed later
|
# Create configuration directories missed later
|
||||||
mkdir -vp $HOME/.config/{autostart,foot,git,MangoHud,mpv,nvim,systemd/user,yt-dlp}/
|
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.
|
# Git config, legacy support for old location as well.
|
||||||
# The other script appends sourced file, so if thou aren't I, thou should
|
# 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'`
|
# consider it as well; `git config --global --add include.path '$HOME/yourgitconfig'`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user