|
|
@ -199,6 +199,10 @@ function ghostty_global_config { |
|
|
done |
|
|
done |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
function link_miaou_bash { |
|
|
|
|
|
sudo ln -sf "$MIAOU_BASH_DIR"/bin/miaou-bash /usr/bin/ |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
# MAIN |
|
|
# MAIN |
|
|
|
|
|
|
|
|
source "$MIAOU_BASH_DIR/lib/functions.bash" |
|
|
source "$MIAOU_BASH_DIR/lib/functions.bash" |
|
|
@ -210,4 +214,5 @@ fix_users_bashrc |
|
|
fix_terminfo_ghostty |
|
|
fix_terminfo_ghostty |
|
|
ghostty_global_config |
|
|
ghostty_global_config |
|
|
link_config_files |
|
|
link_config_files |
|
|
|
|
|
link_miaou_bash |
|
|
force_reload |
|
|
force_reload |