mommy

(★ 462)

mommy's here to support you, in any shell, on any system~ ❤️

  • .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 Recommended
Prerequisites
  • 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