emplace

Command-line tool to mirror installed software on multiple machines.

Build Status

Example

Features

Installation

Getting Started

  1. Install the emplace binary:

    Rust

    sh cargo install emplace

  2. Add the init script to your shell's config file:

    Bash

    Add the following to the end of ~/.bashrc:

    ```sh

    ~/.bashrc

    eval "$(emplace init bash)" ```

    Zsh

    Add the following to the end of ~/.zshrc:

    ```sh

    ~/.zshrc

    eval "$(emplace init zsh)" ```