1
0
mirror of https://github.com/gryf/vmstrap.git synced 2025-12-18 20:10:28 +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 } >> ~/.bashrc
if [ ! -d ~/.vim ]; then if [ ! -d ~/.vim ]; then
git clone https://github.com/gryf/.vim ~/.vim pushd $HOME
# populate plugins wget "https://github.com/gryf/.vim/releases/download/0.0.1/vim.tar.xz"
vim -c ':PlugUpdate' -c ':qa!' tar xf vim.tar.xf
# showmarks is a stubborn one rm vim.tar.xf
mkdir ~/.vim/bundle/ShowMarks/doc popd
vim -c ':qa!'
fi 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 # clone devstack
git clone https://opendev.org/openstack/devstack ~/devstack git clone https://opendev.org/openstack/devstack ~/devstack
cp "${DIR}/kuryr.conf" ~/devstack/local.conf cp "${DIR}/kuryr.conf" ~/devstack/local.conf