summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2018-02-07 16:28:04 +0000
committerUrbain Vaes <urbain@vaes.uk>2018-02-21 15:34:26 +0000
commit271f21071b6f376d80c6bc31ac442969b476e39b (patch)
treebf31a60768591552bb2d8da57356b9ab4f0e911d /README.md
parentf1ba94c38dee1b3f126398427bbde1bc50fd656f (diff)
Add stowignore
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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
+```