Command-line tool to mirror installed software on multiple machines.
.emplace
Install the emplace binary:
sh
cargo install emplace
Add the init script to your shell's config file:
Add the following to the end of ~/.bashrc
:
```sh
eval "$(emplace init bash)" ```