summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zárraga <ekaitz.zarraga@gmail.com>2015-12-19 23:41:57 +0100
committerEkaitz Zárraga <ekaitz.zarraga@gmail.com>2015-12-19 23:41:57 +0100
commitd93be97e9a2d976ed245457784f80957805812ae (patch)
tree33257433e30ed4899e8b07588486d4d996b0504e
parent7863b406498dda28a842f8bfd4e1ba4c5c87111e (diff)
Use stow, please
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0f3d03d..2d0c5d3 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,11 @@
# Configuration files
My dotfiles. Vim, Git and Bash for now.
+
+Use stow to install them:
+
+``` Bash
+cd dotfiles
+stow vim|bash|git -t ~
+```
+
+> Stow makes links to the files in the target directory.