Skip to content

Installation

Make sure you have Make installed, then clone the Git Audio project and run the installation script:

Terminal window
git clone https://github.com/dnhn/git-audio && cd git-audio && \
make install

This sets up the configuration directory in your home folder and installs the git-audio CLI to /usr/local/bin, which requires sudo privileges. After installation, you can run git-audio from anywhere in your terminal.

Configuration files are stored in $HOME/.git-audio/:

  • audio.wav
  • cli.sh
  • config.sh
  • Directorytemplates
    • Directoryhooks
      • post-commit

This only removes the git-audio CLI. Configuration files and repository hooks remain in place.

Terminal window
make uninstall