1
0
mirror of https://github.com/gryf/vmstrap.git synced 2025-12-18 12:00:31 +01:00
This commit is contained in:
2021-05-02 12:27:02 +02:00
parent 9d24dcfa3e
commit d3810acc51

View File

@@ -303,11 +303,10 @@ common_conf() {
} >> ~/.bashrc
if [ ! -d ~/.vim ]; then
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
mv .vim ~/
fi
# clone devstack