mommy
mommy's here to support you, in any shell, on any system~ ❤️
File Explorer
Download Latest Version (.zip)- bash.png
- demo.gif
- demo.sh
- fish.png
- nushell.png
- samples.md
- starship.png
- zsh.png
- cd.yml
- ci.yml
- deb.changelog
- rpm.changelog
- mommy.spec.rpkg
- README.md
- rpkg.conf
- rpkg.macros
- mommy.bash
- mommy.fish
- _mommy
- mommy.1
- mommy
- spec_helper.sh
- zsh_loader.zsh
- integration_spec.sh
- unit_spec.sh
- .editorconfig
- .fpm
- .gitattributes
- .gitignore
- .shellspec
- CHANGELOG.md
- CONTRIBUTING.md
- GNUmakefile
- LICENSE
- README.md
- SECURITY.md
- version
# Installation Guide
1. Get the code
git clone https://github.com/fwdekker/mommy
Downloads the entire project code from GitHub to your computer.
cd mommy
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Homebrew A package manager for macOS/Linux.
- APT (Debian/Ubuntu 계열) Built into Debian/Ubuntu-based Linux distributions.
brew tap fwdekker/mommy
Registers this project's repository (tap) with Homebrew.
brew install mommy
Installs the pre-built package via Homebrew — no source build required.
sudo apt install mommy
Installs directly from the APT package repository (Debian/Ubuntu-based).
sudo apt install ./mommy*.deb
Installs directly from the APT package repository (Debian/Ubuntu-based).
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
