Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 543 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 543 Bytes

omz-take

This is a function separated from the oh my zsh library

It provides three main features:

  1. If given a path it will create a new directory (and parent directories) and cd into it.
  2. If given a remote git url it will clone the repo and cd into it.
  3. If given a link to an archive take will fetch and extract it.

For more detail this is a nice article on the function

Zap Installation:

plug "GianniBYoung/omz-take"