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