fix unfinalized install
This commit is contained in:
+3
-3
@@ -52,8 +52,6 @@ function link_etc {
|
||||
}
|
||||
|
||||
function link_config_files {
|
||||
link_etc bash.bashrc
|
||||
link_etc inputrc
|
||||
|
||||
if [[ "$DISTRO_LIKE" == 'arch' ]]; then
|
||||
mkdir -p /etc/vim
|
||||
@@ -78,6 +76,8 @@ EOF
|
||||
else
|
||||
link_etc vimrc.local vim
|
||||
fi
|
||||
link_etc bash.bashrc
|
||||
link_etc inputrc # last command required to detect successful installation
|
||||
}
|
||||
|
||||
function in_azerty_zone {
|
||||
@@ -105,5 +105,5 @@ DISTRO_LIKE=$(fetch_distro_like)
|
||||
|
||||
required_packages
|
||||
no_more_skeleton
|
||||
link_config_files
|
||||
fix_terminfo_ghostty
|
||||
link_config_files
|
||||
|
||||
Reference in New Issue
Block a user