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. --- install.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 install.sh (limited to 'install.sh') diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..5899025 --- /dev/null +++ b/install.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# Link at home folder +stow -t ~ bash vim tmux git + +# Link at XDG_CONFIG_HOME if set, if not to $HOME/.config (they should be the same) +stow -t ${XDG_CONFIG_HOME:=$HOME/.config} nvim -- cgit v1.2.3