From 6b2c6c999b12567dc12f050f64ee9afd17ea0954 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 26 Sep 2018 09:22:59 +0200 Subject: [PATCH] update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 217fb0b..4df12fe 100644 --- a/README.md +++ b/README.md @@ -559,6 +559,12 @@ Installed to tmp /tmp/dotdrop-6ajz7565 $ diff ~/.vimrc /tmp/dotdrop-6ajz7565/home/user/.vimrc ``` +It is also possible to install only specific dotfiles by providing their keys +in the command line. For example for a dotfile having a key `f_zshrc` in the config file. +```bash +$ dotdrop install -t f_zshrc +``` + ## Store sensitive dotfiles Two solutions exist, the first one using an unversioned file (see [Environment variables](#environment-variables))