From b8eec2dca5f05d8265a7d5b7e97fc5bd883c6131 Mon Sep 17 00:00:00 2001 From: pvincent Date: Mon, 10 Aug 2026 19:52:43 +0400 Subject: [PATCH] quick-changes --- lib/init.bash | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/lib/init.bash b/lib/init.bash index dbfe6ca..3fd8634 100755 --- a/lib/init.bash +++ b/lib/init.bash @@ -52,7 +52,6 @@ function link_etc { } function link_config_files { - if [[ "$DISTRO_LIKE" == 'arch' ]]; then mkdir -p /etc/vim if ! grep -q '/etc/vim/vimrc.local' /etc/vimrc; then @@ -99,11 +98,10 @@ function fix_terminfo_ghostty { # MAIN -[ "$UID" -ne 0 ] && echo 'root privilege required' && exit 1 source "$MIAOU_BASH_DIR/lib/functions.bash" +assert_root DISTRO_LIKE=$(fetch_distro_like) - required_packages -no_more_skeleton -fix_terminfo_ghostty -link_config_files +#no_more_skeleton +#fix_terminfo_ghostty +#link_config_files