Skip to content

Commit

Permalink
Add youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunggyuJang committed Apr 29, 2022
1 parent 5152f22 commit 0f54f66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions darwin/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
'';
});
};
Expand Down Expand Up @@ -4379,6 +4385,7 @@ open < i : skhd -k "ctrl - g"; doom everywhere
"opam"
# "coq"
"parallel"
"youtube-dl"
];
casks = [
"appcleaner"
Expand Down

0 comments on commit 0f54f66

Please sign in to comment.