Skip to content

Installing zpi

zrep edited this page Apr 6, 2024 · 2 revisions

zrep - Zsh Repository Tool

Installation

  • Clone the zpi repository to your local machine.
  • Run the script with zpi init to initialize the installation process.
  • Copy or sym link zrep to a directory in your PATH. I use $HOME/bin/.

Configuration

Upon first run, zpi will prompt you to specify the installation directory, defaulting to $HOME/.zrep if left unspecified. This path will be used to store scripts, functions, and configuration files.

.zreprc Configuration

The .zreprc file located in your home directory ($HOME/.zreprc) contains all configurable settings for zpi. Initially, this file will include the installation directory path. You can edit this file to adjust zpi settings to your liking.

Clone this wiki locally