1
0
mirror of https://github.com/gryf/vmstrap.git synced 2025-12-18 12:00:31 +01:00

Switch over to archived vim configuration

This commit is contained in:
2021-05-02 11:48:20 +02:00
parent 7a186198e8
commit 9d24dcfa3e

View File

@@ -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