Add requested documentation
authorMatthew Franglen <matthew.franglen@semantico.net>
Thu, 30 Jan 2014 15:09:09 +0000 (15:09 +0000)
committerMatthew Franglen <matthew.franglen@semantico.net>
Thu, 30 Jan 2014 15:09:09 +0000 (15:09 +0000)
youtube-dl.plugin.zsh

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