ansi colors
This commit is contained in:
+4
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user