aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-07-10 17:24:30 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-07-10 17:24:30 +1200
commit3be1f02edfc2ee74d76ae2a994b8a5015ea7d41c (patch)
tree13538e1af8060406ead2d4cca1ccc233ac3500d8 /Makefile
parentAdd clipboard copy to scrot screen snap (diff)
downloaddotfiles-3be1f02edfc2ee74d76ae2a994b8a5015ea7d41c.tar.gz
dotfiles-3be1f02edfc2ee74d76ae2a994b8a5015ea7d41c.zip
Add youtube-dl config
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4ad78788..fe20d2df 100644
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,7 @@
install-vint \
install-wget \
install-x \
+ install-youtube-dl \
install-zsh \
check \
check-bash \
@@ -636,6 +637,10 @@ install-x: check-xinit
cp -p -- X/Xresources $(HOME)/.Xresources
cp -p -- X/Xresources.d/* $(HOME)/.Xresources.d
+install-youtube-dl:
+ mkdir -p -- $(XDG_CONFIG_HOME)/youtube-dl
+ cp -p -- youtube-dl/config $(XDG_CONFIG_HOME)/youtube-dl
+
install-zsh: check-zsh install-sh
mkdir -p -- $(HOME)/.zshrc.d
cp -p -- zsh/profile.d/*.sh $(HOME)/.profile.d