mirror of
https://github.com/gryf/vmstrap.git
synced 2025-12-18 12:00:31 +01:00
omg.
This commit is contained in:
@@ -303,10 +303,11 @@ 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
|
||||
mv .vim ~/
|
||||
tar xf vim.tar.xz
|
||||
rm vim.tar.xz
|
||||
popd
|
||||
fi
|
||||
|
||||
# clone devstack
|
||||
|
||||
Reference in New Issue
Block a user