From 9d24dcfa3ec2e213f059831309e43e9cbd21fafb Mon Sep 17 00:00:00 2001 From: gryf Date: Sun, 2 May 2021 11:48:20 +0200 Subject: [PATCH] Switch over to archived vim configuration --- bootstrap.sh | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index cd8c3f7..8fdaebe 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -303,19 +303,13 @@ common_conf() { } >> ~/.bashrc if [ ! -d ~/.vim ]; then - git clone https://github.com/gryf/.vim ~/.vim - # populate plugins - vim -c ':PlugUpdate' -c ':qa!' - # showmarks is a stubborn one - mkdir ~/.vim/bundle/ShowMarks/doc - vim -c ':qa!' + 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 + popd fi - # make current user sudo passwordless - #if [ -z "$(sudo grep "${USER}" /etc/sudoers)" ]; then - # echo "${USER} ALL = (ALL) NOPASSWD: ALL" | sudo tee -a /etc/sudoers - #fi - # clone devstack git clone https://opendev.org/openstack/devstack ~/devstack cp "${DIR}/kuryr.conf" ~/devstack/local.conf