From 0f54f66135aa8d80cfdc4d652302de34e40abb9a Mon Sep 17 00:00:00 2001 From: Hyunggyu Jang Date: Fri, 29 Apr 2022 15:51:03 +0900 Subject: [PATCH] Add youtube-dl --- darwin/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/darwin/configuration.nix b/darwin/configuration.nix index 82667c6..f4a6d36 100644 --- a/darwin/configuration.nix +++ b/darwin/configuration.nix @@ -3413,6 +3413,12 @@ yabai -m rule --add app="^zoom$" space=4 } ] } +''; + "youtube-dl/config".text = '' +# use authinfo +-n +# Save all vides under Youtube directory in cloud server +-o ~/storage/Youtube/%(title)s.%(ext)s ''; }); }; @@ -4379,6 +4385,7 @@ open < i : skhd -k "ctrl - g"; doom everywhere "opam" # "coq" "parallel" + "youtube-dl" ]; casks = [ "appcleaner"