Command-line tool to mirror installed software on multiple machines.
.emplace
Package managers supported:
| OS | Package Manager |
| :---: | --- |
| | Apt |
|
| GNU Guix |
|
| Nix |
|
| Pacman |
|
| RUA |
|
| Yay |
|
| Snap |
|
| DNF/YUM |
|
| Homebrew |
|
| Pkg |
|
| Chocolatey |
|
| Scoop |
|
| Cargo |
|
| Rustup Component |
|
| Python Pip |
|
| Python Pip 3 |
|
| Node Package Manager |
|
| Ruby Gem |
|
| Go |
Shells supported:
| | Shell |
| :---: | --- |
| | Bash |
|
| Zsh |
|
| Fish |
|
| Nu |
Install the emplace binary:
sh
scoop install emplace
sh
nix-env -iA nixos.emplace
sh
cargo install emplace
Download the latest binary from releases for your OS and put it somewhere in your PATH.
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 ```
Run the following in your shell:
sh
emplace init nu | config set_into prompt
Change the configuration file (optional)
When you want to use a different configuration file from the default one you can change emplace init $SHELL
with emplace init $SHELL -c path/to/my/config.toml
.
This will set the EMPLACE_CONFIG="path/to/my/config.toml"
environment variable. This can be overwritten with export EMPLACE_CONFIG="path/to/other/config.toml"
after the init function, except in the Nu shell.
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
yay -S thunar
sudo snap install scrcpy
npm install -g release
pip3 install --user termtosvg
choco install neovim
scoop install curl
nix-env -iA nixpkgs.nixfmt
brew install wget
sudo dnf install htop
guix install 0ad
gem install aasm-diagram
go get colorgo
pkg install nginx ```
Just invoke emplace install
, and you will be prompted with the packages to install:
sh
emplace install
You can also parse history files, this will try to extract installation commands from each line.
sh
emplace history $HISTFILE
sh
emplace history ~/.local/share/fish/fish_history
Run emplace clean
and select the packages you want to be cleaned, they won't be removed from your system.
Run emplace config --new
to create a new config and configure the repository or emplace config --path
to retrieve the path to the configuration file.
Thanks goes to these wonderful people (emoji key):
Logan Magee 💻 🐛 |
Vladimir 📦 💻 🐛 🚧 👀 |
Jozef Hollý 🤔 |
Oleksii Filonenko 💻 📦 👀 |
x0f5c3 💻 |
Benjamin S. Leveritt 🤔 🚧 |
Michael Borejdo 🤔 |
Ken Tobias 📦 |
Adam Stephens 🐛 |
omar 🐛 |
5c0tt-b0t 🤔 🐛 |
Modded Gamers 🐛 |
John Vandenberg 🐛 |
This project follows the all-contributors specification. Contributions of any kind welcome!