ansi colors

This commit is contained in:
pvincent
2026-08-31 20:34:51 +04:00
parent 9ca22efd42
commit bdf977e78a
11 changed files with 123 additions and 266 deletions
+4 -7
View File
@@ -15,12 +15,8 @@ readonly BACKUP_SUFFIX='.ORIGINAL'
# FUNCTIONS
function usr_bin_miaou_bash {
ln -sf "$MIAOU_BASH_DIR/bin/miaou-bash" /usr/bin/miaou-bash
}
function install_required_packages {
. "$MIAOU_BASH_DIR"/tools/pkg_add "${REQUIRED_PKGS[@]}"
. "$MIAOU_BASH_DIR"/bin/pkg_add "${REQUIRED_PKGS[@]}"
}
function fix_users_bashrc {
@@ -198,8 +194,9 @@ function ghostty_global_config {
done
}
function link_miaou_bash {
function link_bin_scripts {
sudo ln -sf "$MIAOU_BASH_DIR"/bin/miaou-bash /usr/bin/
sudo ln -sf "$MIAOU_BASH_DIR"/bin/pkg_add /usr/bin/
}
function create_sudoers {
@@ -263,7 +260,7 @@ fix_terminfo_ghostty
fix_locales
ghostty_global_config
link_config_files
link_miaou_bash
link_bin_scripts
create_sudoers
fetch_mode
apply_mode