From 271f21071b6f376d80c6bc31ac442969b476e39b Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 7 Feb 2018 16:28:04 +0000 Subject: Add stowignore --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6891949..ca03ddf 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,10 @@ Being a *vim* user, I find it very convenient to use tools with *vi* keybindings + Browser: **uzbl** + PDF viewer: **zathura** + Email client: **mutt** + +# Management +Deploy with stow: + +``` + find . -mindepth 1 -maxdepth 1 -printf "%P\\0" | grep -zvFf .stowignore | xargs -0 stow -t $HOME --no-folding +``` -- cgit v1.2.3