From 0f1df0db903ba576fd17b08197d3066af7a61e5f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 18 Nov 2023 23:23:40 +0100 Subject: A lot of changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- yt-dlp/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 yt-dlp/Makefile (limited to 'yt-dlp/Makefile') diff --git a/yt-dlp/Makefile b/yt-dlp/Makefile new file mode 100644 index 0000000..4ba60ab --- /dev/null +++ b/yt-dlp/Makefile @@ -0,0 +1,11 @@ +.POSIX: + +install: + mkdir -p -- ~/.config/bash/aliases.d/ + test ! -e ~/.config/bash/aliases.d/yt-dlp || test -L ~/.config/bash/aliases.d/yt-dlp + ln -sf -- ~/.dotfiles/yt-dlp/bash-aliases ~/.config/bash/aliases.d/yt-dlp + +uninstall: + +! ../check-installed yt-dlp + -unlink -- ~/.config/bash/aliases.d/yt-dlp + -rmdir -- ~/.config/bash/aliases.d/ -- cgit v1.2.3-70-g09d2