Install with Bower
bower install dojo/dojo dojo/dijit dojo/dojox dojo/util
Installing to current directory
By default, bower installs to a bower_components subdirectory.
If you'd like to install to the current directory instead add a .bowerrc with the following:
.bowerrc
{ "directory": "." }