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)" ```

Usage

Mirroring Packages

Invoke the supported package manager of choice using the command line in a normal way and you will automatically be prompted to mirror the package, for example:

```sh cargo install topgrade

-- or --

rustup component add rustfmt

-- or --

sudo apt install meld

-- or --

pacman -Sy zsh

-- or --

sudo snap install scrcpy

-- or --

npm install -g release

-- or --

pip3 install --user termtosvg

-- or --

choco install neovim ```

Synchronizing On Another Machine

Just invoke emplace install and you will be prompted with the packages to install:

sh emplace install