diff options
author | Urbain Vaes <urbain@vaes.uk> | 2014-11-10 14:44:04 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2014-11-10 14:44:04 +0000 |
commit | 839e7f729c2efa69024003d8598094d4117b06b4 (patch) | |
tree | c47ed2ff5928d85b6655d584595e99e7e4be220a /make | |
parent | 0ff7f5f6670ec6cde4e67d13bcc92b8a4faecd99 (diff) |
no idea
Diffstat (limited to 'make')
-rwxr-xr-x | make | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -30,7 +30,8 @@ git clone https://github.com/altercation/mutt-colors-solarized git clone https://github.com/Anthony25/gnome-terminal-colors-solarized/ git clone https://github.com/seebi/dircolors-solarized -sudo rm -rf .vim/bundle +cd +rm -rf .vim/bundle mkdir .vim/bundle git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle vim +PluginInstall +qall |