no more stderr
This commit is contained in:
+11
-2
@@ -68,8 +68,16 @@ EOF
|
||||
fi
|
||||
}
|
||||
|
||||
function is_arch_like {
|
||||
[[ "$DISTRO_LIKE" == 'arch' ]]
|
||||
}
|
||||
|
||||
function is_debian_like {
|
||||
[[ "$DISTRO_LIKE" == 'debian' ]]
|
||||
}
|
||||
|
||||
function link_config_files {
|
||||
[[ "$DISTRO_LIKE" == 'arch' ]] && arch_vimrc
|
||||
is_arch_like && arch_vimrc
|
||||
|
||||
link_etc vimrc.core vim
|
||||
link_etc vimrc.miaou vim
|
||||
@@ -81,6 +89,7 @@ function link_config_files {
|
||||
else
|
||||
link_etc vimrc.local vim
|
||||
fi
|
||||
link_etc 20-miaou-bash.sh profile.d
|
||||
link_etc bash.bashrc
|
||||
link_etc inputrc # last command required to detect successful installation
|
||||
}
|
||||
@@ -157,7 +166,7 @@ function ghostty_global_config {
|
||||
|
||||
source "$MIAOU_BASH_DIR/lib/functions.bash"
|
||||
assert_root
|
||||
usr_bin_miaou_bash
|
||||
|
||||
DISTRO_LIKE=$(fetch_distro_like)
|
||||
install_required_packages
|
||||
rm_bashrc_skeleton
|
||||
|
||||
Reference in New Issue
Block a user