From d4eacb4c57f47b346e30655149a0f2efe616111f Mon Sep 17 00:00:00 2001 From: Sylvain Herlédan Date: Sun, 4 Jun 2017 15:19:11 +0200 Subject: Fix issue with vim config location. If the configuration is not in the runtime path, the custom colorscheme will not be available. --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index 301c735..602efb8 100755 --- a/setup.sh +++ b/setup.sh @@ -162,6 +162,9 @@ create_symlinks() rm -rf "${install_dir}/.vim" ln -sfT "${cfg_dir}/vim" "${install_dir}/.vim" + rm -rf "${install_dir}/.config/vim" + ln -sfT "${cfg_dir}/vim" "${install_dir}/.config/vim" + rm -rf "${install_dir}/.config/dunst" ln -sfT "${cfg_dir}/dunst" "${install_dir}/.config/dunst" -- cgit v1.2.3-70-g09d2