From f4a7c95d43ad4002fa66c54d05db2622c4543030 Mon Sep 17 00:00:00 2001 From: Thomas Versteeg Date: Sun, 13 Oct 2019 11:23:11 +0200 Subject: [PATCH] Add emplace tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36b9d96..a2bd3c8 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ A collection of the most popular, well-maintained, and collaborative dotfiles re - [dotdrop](https://github.com/deadc0de6/dotdrop) - Save your dotfiles once, deploy them everywhere. - [dotfiles](https://github.com/jbernard/dotfiles) - Tool to make managing your dotfile symlinks in \$HOME easy. - [Ellipsis](https://github.com/ellipsis/ellipsis) - A package manager for dotfiles. +- [emplace](https://github.com/tversteeg/emplace) - Synchronize installed packages on multiple machines using a dotfiles repository. - [Fisher](https://github.com/jorgebucaran/fisher) - A package manager for Fish - [fresh](https://freshshell.com) - Keep your dotfiles fresh. Fresh is a tool to source shell configuration (aliases, functions, etc) from others into your own configuration files. - [GNU Stow](http://www.gnu.org/software/stow/) - Symlink farm manager which takes distinct packages of software and/or data located in separate directories on the filesystem, and makes them appear to be installed in the same place.