From b1284d9671d3811cbafb5b10d2a0b6b8ec19376d Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Sat, 21 May 2016 12:36:14 +0200 Subject: 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. --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3