Command-line tool to mirror installed software on multiple machines.
.emplace
[x] Integrates well with dotfiles repositories
Package managers supported:
| OS | Package Manager |
| :---: | --- |
| | Apt |
|
| Pacman |
|
| RUA |
|
| Snap |
|
| Chocolatey |
|
| Scoop |
|
| Cargo |
|
| Rustup Component |
|
| Python Pip |
|
| Python Pip 3 |
|
| Node Package Manager |
Shells supported:
Install the emplace binary:
sh
scoop install emplace
sh
cargo install emplace
Add the init script to your shell's config file:
Add the following to the end of ~/.bashrc
:
```sh
source <(emplace init bash) ```
Add the following to the end of ~/.zshrc
:
```sh
eval "$(emplace init zsh)" ```
Add the following to the end of ~/.config/fish/config.fish
:
```sh
emplace init fish | source ```
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
rustup component add rustfmt
sudo apt install meld
pacman -S zsh
rua install peek
sudo snap install scrcpy
npm install -g release
pip3 install --user termtosvg
choco install neovim
scoop install curl ```
Just invoke emplace install
and you will be prompted with the packages to install:
sh
emplace install
Run emplace clean
and select the packages you want to be cleaned, they won't be removed from your system.