Skip to content

Commit

Permalink
Add git extras
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolundgren committed Aug 13, 2014
1 parent c17c4ca commit cb71bf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,10 @@ module.exports = function(grunt) {

vim_plugins: {
command: 'vim +PluginInstall +qall'
},

git_extras: {
command: '(cd /tmp && git clone --depth 1 https://github.com/visionmedia/git-extras.git && cd git-extras && sudo make install)'
}

}
Expand Down

0 comments on commit cb71bf4

Please sign in to comment.