You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
924 B

  1. # This allows the youtube-dl command to be installed in ZSH using antigen.
  2. # Antigen is a bundle manager. It allows you to enhance the functionality of
  3. # your zsh session by installing bundles and themes easily.
  4. # Antigen documentation:
  5. # http://antigen.sharats.me/
  6. # https://github.com/zsh-users/antigen
  7. # Install youtube-dl:
  8. # antigen bundle rg3/youtube-dl
  9. # Bundles installed by antigen are available for use immediately.
  10. # Update youtube-dl (and all other antigen bundles):
  11. # antigen update
  12. # The antigen command will download the git repository to a folder and then
  13. # execute an enabling script (this file). The complete process for loading the
  14. # code is documented here:
  15. # https://github.com/zsh-users/antigen#notes-on-writing-plugins
  16. # This specific script just adds the downloaded folder to the end of the $PATH,
  17. # which allows the contained youtube-dl executable to be found.
  18. export PATH=${PATH}:$(dirname $0)