This is a function separated from the oh my zsh library
It provides three main features:
- If given a path it will create a new directory (and parent directories) and
cd
into it. - If given a remote git url it will clone the repo and
cd
into it. - If given a link to an archive
take
will fetch and extract it.
For more detail this is a nice article on the function
plug "GianniBYoung/omz-take"