summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEkaitz Zárraga <ekaitz.zarraga@gmail.com>2016-05-21 12:36:14 +0200
committerEkaitz Zárraga <ekaitz.zarraga@gmail.com>2016-05-21 12:36:14 +0200
commitb1284d9671d3811cbafb5b10d2a0b6b8ec19376d (patch)
tree7fd5e21d05bb1aafb4b867904ed02af641f8e340 /README.md
parente8635d9825063e73eaef67ec68397f4d332471a2 (diff)
NeoVim and Automatic Install:
* Automatic installation file `install.sh` in order to handle NeoVim config. * NeoVim config -> a copy from Vims, check that in the future.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 1fbbef7..d3ec5b1 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,12 @@
# Configuration files
-My dotfiles. Vim, Git, Tmux and Bash for now.
+My dotfiles. Vim, NeoVim, Git, Tmux and Bash for now.
-Use stow to install them:
+Use `install.sh` to install the dotfiles. It uses `stow` internally.
-``` Bash
-cd dotfiles
-stow vim|bash|git|tmux -t ~
+```shell
+... $ git clone [THIS REPO]
+.../dotfiles $ cd dotfiles
+.../dotfiles $ sh install.sh
```
> Stow makes links to the files in the target directory.