aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index f5f24446..921e9ed6 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,6 @@
install-sxhkd \
install-systemd \
install-terminfo \
- install-thunar \
install-tidy \
install-tmux \
install-urxvt \
@@ -618,9 +617,6 @@ install-terminfo:
tic terminfo/screen.ti
tic terminfo/screen-256color.ti
-install-thunar: install-x
- cp -p -- thunar/xsession.d/* $(HOME)/.xsession.d
-
install-tidy: install-sh
cp -p -- tidy/profile.d/*.sh $(HOME)/.profile.d
mkdir -p -- $(XDG_CONFIG_HOME)/tidy
@@ -678,7 +674,7 @@ install-wget: install-sh
mkdir -p -- $(XDG_CACHE_HOME)/wget $(XDG_CONFIG_HOME)/wget
cp -p -- wget/wgetrc $(XDG_CONFIG_HOME)/wget/wgetrc
-install-x: x/xsession check-x install-logrotate
+install-x: x/xsession check-x install-logrotate install-sh
mkdir -p -- \
$(HOME)/.xsession.d \
$(HOME)/.Xresources.d \
@@ -688,6 +684,7 @@ install-x: x/xsession check-x install-logrotate
cp -p -- x/Xresources $(HOME)/.Xresources
cp -p -- x/Xresources.d/* $(HOME)/.Xresources.d
cp -p -- x/logrotate/config.d/* $(XDG_CONFIG_HOME)/logrotate/config.d
+ cp -p -- x/shrc.d/*.sh $(HOME)/.shrc.d
install-yt-dlp install-youtube-dl:
mkdir -p -- $(XDG_CONFIG_HOME)/yt-dlp