Browse Source

terminfo compilation

main
pvincent 2 hours ago
parent
commit
1b084b068b
  1. 8
      lib/init.bash

8
lib/init.bash

@ -90,6 +90,13 @@ function in_azerty_zone {
return 1
}
function fix_terminfo_ghostty {
if ! infocmp xterm-ghostty >/dev/null; then
tic -x "$MIAOU_BASH_DIR"/assets/terminfo/ghostty
echo 'terminfo ghostty compiled'
fi
}
# MAIN
[ "$UID" -ne 0 ] && echo 'root privilege required' && exit 1
@ -99,3 +106,4 @@ DISTRO_LIKE=$(fetch_distro_like)
required_packages
no_more_skeleton
link_config_files
fix_terminfo_ghostty
Loading…
Cancel
Save