How to Install yadm in Ubuntu 18.04



Install yadm by entering the following commands in the terminal:

sudo apt update
sudo apt install yadm

Description:

Yet Another Dotfiles Manager

yadm is a dotfile management tool with 3 main features: Manages files across systems using a single Git repository. Provides a way to use alternate files on a specific OS or host. Supplies a method of encrypting confidential data so it can safely be stored in your repository.

Homepage: https://github.com/TheLocehiliosan/yadm

Version: 1.12.0-1

Section: universe/utils