6 lines
202 B
Bash
6 lines
202 B
Bash
|
#!/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
|
||
|
mkdir ~/.vim/swp ~/.vim/backups
|
||
|
|