# In order to add some repo that not exist at Bower... to Bower
bower register custom-name git://github.com/gitowner/custom-name.git
bower install custom-name
# Example:
bower register weather-icons git://github.com/erikflowers/weather-icons.git`
bower install weather-icons