2026-08-16 12:36:09 +04:00
2025-11-15 22:07:00 +04:00
2026-08-12 12:08:11 +04:00
2026-08-16 10:02:24 +04:00
2026-08-14 10:45:24 +04:00
2026-08-16 10:02:24 +04:00
2026-08-16 12:36:02 +04:00
2026-08-16 10:02:24 +04:00
2026-08-16 10:02:24 +04:00
2026-08-16 12:36:09 +04:00
2026-08-16 10:02:24 +04:00
2024-02-22 09:56:25 +04:00
2026-08-16 12:19:12 +04:00

MIAOU-BASH

MIAOU-BASH is a mix of scripts and settings aiming for leveraging your terminal experience. As the name suggests, it is based on Bash and expect to work on most of any modern GNU/Linux. However, at this stage, the installation process only supports 2 distribution families:

  • Debian Like : Debian, Mint, Ubuntu, ...
  • Arch Like : ArchLinux, Manjaro, ...

Be aware MIAOU-BASH (uppercase) refers to the whole package itself. Meanwhile miaou-bash (downcase) refers to the only one, yet useful, utility script. To fulfill maximum expectations, we do recommend installing the Ghostty terminal app.

This is free software and licensed as: Affero GPL v3 + Any feedback appreciated: contact@artcode.re

Featuring

  • default settings
    • inputrc
    • bashrc
      • some aliases (l, ll, ltr, ...)
      • smart prompt
        • git, failure aware
    • vimrc
    • ghostty
      • terminfo
      • global config
  • miaou-bash
    • friendly error message
    • stacktrace
  • tools
    • semver-git_tag
    • fqdn
    • ...

install

curl -s https://git.artcode.re/miaou/miaou-bash/raw/branch/main/install.sh | sudo bash && exec bash -l

upgrade

miaou-bash --self-upgrade

uninstall

miaou-bash --uninstall && exec bash

Readline main bindings

# CTRL + { left, right } for moving around words
# ALT + { left, right } for moving around Big:Words (faster)
# CTRL + { backspace, delete } for word suppressing
# ALT + { backspace, delete } for suppressing until start/end (faster)
# SHIFT + { backspace, delete } for suppressing the whole line
# { CTRL, ALT } + u for undo 
# { up, down } for history search
S
Description
MIAOU-BASH is a collection of scripts and configurations designed to enhance your terminal experience. As the name suggests, it is built on Bash and is designed to work on most modern GNU/Linux systems.
Readme AGPL-3.0
1.9 MiB
Languages
Shell 100%