emplace 0.1.10-alpha.1

Command-line tool to mirror installed software on multiple machines.
emplace-0.1.10-alpha.1 is not a library.

emplace

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

Build Status Build status

Example

Features

  • Outputs a human-readable (JSON) file to sync between machines: .emplace
  • Version control with git to automatically push & pull updates
  • Automatic prompt after installing a package
  • Integrates well with dotfiles repositories
  • Package managers supported:
    • Cargo (*)
    • Apt (Linux)
    • Chocolatey (Windows)
    • Python Pip (*)
    • Python Pip 3 (*)
    • Homebrew (Mac)
    • Snap (Linux)
    • Yum (Linux)
    • DNF (Linux)
    • Pacman (Linux)
    • Portage (Linux)
    • NPM (*)

Installation

Getting Started

  1. Install the emplace binary:

    Rust

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

    Bash

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

    # ~/.bashrc
    
    eval "$(emplace init bash)"
    

Stargazers over time