2026-08-21 09:50:50 +04:00
2026-08-20 12:16:02 +04:00
2026-08-19 11:53:56 +04:00
2026-08-19 11:09:43 +04:00
2026-08-21 01:09:04 +04:00
2026-08-21 09:50:44 +04:00
2026-08-19 11:09:43 +04:00
2026-08-16 10:02:24 +04:00
2026-08-21 09:50:50 +04:00
2026-08-19 11:46:53 +04:00
2024-02-22 09:56:25 +04:00
2026-08-20 22:47:44 +04:00

MIAOU-BASH

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.

Currently, the automated installation process supports two major distribution families:

  • Debian-based: Debian, Ubuntu, Linux Mint, etc.
  • Arch-based: Arch Linux, Manjaro, etc.

A quick note on naming:

  • MIAOU-BASH (uppercase) refers to the entire project and package.
  • miaou-bash (lowercase) refers specifically to the core utility script included within the project.

For the absolute best experience, we highly recommend using the Ghostty terminal emulator.

License & Feedback

This project is free and open-source software, licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).

We would love to hear your thoughts! Any feedback, suggestions, or contributions are greatly appreciated. -- contact@artcode.re

install

source <(curl -s https://git.artcode.re/miaou/miaou-bash/raw/branch/main/install.sh)

upgrade

miaou-bash --self-upgrade

uninstall

`miaou-bash --uninstall

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

Featuring

  • default settings
    • inputrc
    • bashrc
      • some aliases (l, ll, ltr, ...)
      • smart prompt
        • git, failure aware
    • vimrc
    • ghostty
      • terminfo
      • global config
  • miaou-bash
    • error friendly
    • stacktrace
    • hints
  • tools
    • semver-git_tag
    • fqdn
    • ...
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%