This is a very simple oh-my-zsh plugin for installing the chromium depot_tools. Installing this plugin will put all of the chromium depot_tools in your path automatically.
- Clone this project in your oh-my-zsh plugins directory
- Add depot_tools to the list of enabled plugins in your
.zshrc
file
If depot_tools becomes out of date, update depot_tools by running the following:
git pull -s subtree depot_tools master
Further information about the actual depot_tools can be found here on the official depot_tools site. Here is the git remote depot_tools_git