From 6fae25b305d714b3ab7608fa003f1af9bf024545 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Tue, 14 Feb 2023 13:33:23 +0800 Subject: Rename tools into bin --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6291f22..25e8f27 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ tmux: ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf crontab: - (crontab -l 2>/dev/null; cat tools/cron/* | sed '/^#/ d') | crontab - + (crontab -l 2>/dev/null; cat bin/cron/* | sed '/^#/ d') | crontab - libinput: sudo ln -sf `pwd`/misc/libinput/* /etc/X11/xorg.conf.d/ @@ -87,7 +87,7 @@ rofi: ln -sf `pwd`/X11/rofi/config.rasi ~/.config/rofi/config.rasi archcraft: - ls -sf `pwd`/tools/desktop/takeshot /usr/local/bin/takeshot + ls -sf `pwd`/bin/desktop/takeshot /usr/local/bin/takeshot urlview: ln -sf `pwd`/misc/urlview ~/.urlview -- cgit v1.2.3-70-g09d2