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