diff options
author | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2016-05-21 12:36:14 +0200 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2016-05-21 12:36:14 +0200 |
commit | b1284d9671d3811cbafb5b10d2a0b6b8ec19376d (patch) | |
tree | 7fd5e21d05bb1aafb4b867904ed02af641f8e340 /README.md | |
parent | e8635d9825063e73eaef67ec68397f4d332471a2 (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.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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. |