Added undo dir creation
This commit is contained in:
parent
5e3d4ca3aa
commit
f7dd3bbfd0
2
init.sh
2
init.sh
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
git clone http://github.com/robbyrussell/oh-my-zsh ~/.config/oh-my-zsh
|
git clone http://github.com/robbyrussell/oh-my-zsh ~/.config/oh-my-zsh
|
||||||
git clone http://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
git clone http://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
||||||
mkdir ~/.vim/swp ~/.vim/backups
|
mkdir ~/.vim/swp ~/.vim/backups ~/.vim/undo
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue