From b1bc70db61e9df31e10bb6ca54e7d09a4a50b2c3 Mon Sep 17 00:00:00 2001 From: gryf Date: Sun, 2 May 2021 12:30:36 +0200 Subject: [PATCH] omg. --- bootstrap.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 3a34ebd..a47ae1b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -303,10 +303,11 @@ common_conf() { } >> ~/.bashrc if [ ! -d ~/.vim ]; then + pushd $HOME wget "https://github.com/gryf/.vim/releases/download/0.0.1/vim.tar.xz" - tar xf vim.tar.xf - rm vim.tar.xf - mv .vim ~/ + tar xf vim.tar.xz + rm vim.tar.xz + popd fi # clone devstack