2016-12-08 22:23:07 +01:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
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
|
2017-10-03 09:31:52 +02:00
|
|
|
mkdir ~/.vim/swp ~/.vim/backups ~/.vim/undo
|
2016-12-08 22:23:07 +01:00
|
|
|
|