mirror of
https://github.com/gryf/vmstrap.git
synced 2025-12-19 04:20:26 +01:00
meh.
This commit is contained in:
@@ -303,11 +303,10 @@ common_conf() {
|
|||||||
} >> ~/.bashrc
|
} >> ~/.bashrc
|
||||||
|
|
||||||
if [ ! -d ~/.vim ]; then
|
if [ ! -d ~/.vim ]; then
|
||||||
pushd $HOME
|
|
||||||
wget "https://github.com/gryf/.vim/releases/download/0.0.1/vim.tar.xz"
|
wget "https://github.com/gryf/.vim/releases/download/0.0.1/vim.tar.xz"
|
||||||
tar xf vim.tar.xf
|
tar xf vim.tar.xf
|
||||||
rm vim.tar.xf
|
rm vim.tar.xf
|
||||||
popd
|
mv .vim ~/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# clone devstack
|
# clone devstack
|
||||||
|
|||||||
Reference in New Issue
Block a user