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