aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Damani <damani.kumar@gmail.com>2019-04-28 22:41:09 +0000
committerKumar Damani <damani.kumar@gmail.com>2019-04-28 22:41:09 +0000
commit492068e287319ba764cfac016979bed2197259d2 (patch)
tree9c8ee64b83844e16df7c6fdcbc351ae072c0ae2b
parentb0e4f16e84eea5898aafea6cd283218b4afd603f (diff)
updated readme
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index b01dd37..ddf5e83 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,10 @@
# dotfiles
-These are my *personal* dotfiles and they work for me.
+These are my *personal* dotfiles and they work for me. I know they are not optimal and there are ways to implement a lot of the functionality better ... I just haven't gotten around to it.
+
+If you like a module or two (polybar, mutt, vifm etc), you can install the configs by running:
+`stow -v -t <TARGET_DIR> <MODULE_NAME(S)>` from the dotfiles directory.
+
+eg, If you want polybar and vifm only:
+`stow -v -t ~ polybar vifm`
+This will install polybar and vifm in `/home/<user>/.config/polybar|vifm`.