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:
16
bootstrap.sh
16
bootstrap.sh
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user