aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-02-14 13:33:23 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-02-14 13:33:23 +0800
commit6fae25b305d714b3ab7608fa003f1af9bf024545 (patch)
tree05507b2c0505659d2fd847ecce988dacab63a236 /Makefile
parent41ad31a2dee9ff912f222652f022b4c55cddcbf7 (diff)
Rename tools into bin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6291f22..25e8f27 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ tmux:
60 ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf 60 ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf
61 61
62crontab: 62crontab:
63 (crontab -l 2>/dev/null; cat tools/cron/* | sed '/^#/ d') | crontab - 63 (crontab -l 2>/dev/null; cat bin/cron/* | sed '/^#/ d') | crontab -
64 64
65libinput: 65libinput:
66 sudo ln -sf `pwd`/misc/libinput/* /etc/X11/xorg.conf.d/ 66 sudo ln -sf `pwd`/misc/libinput/* /etc/X11/xorg.conf.d/
@@ -87,7 +87,7 @@ rofi:
87 ln -sf `pwd`/X11/rofi/config.rasi ~/.config/rofi/config.rasi 87 ln -sf `pwd`/X11/rofi/config.rasi ~/.config/rofi/config.rasi
88 88
89archcraft: 89archcraft:
90 ls -sf `pwd`/tools/desktop/takeshot /usr/local/bin/takeshot 90 ls -sf `pwd`/bin/desktop/takeshot /usr/local/bin/takeshot
91 91
92urlview: 92urlview:
93 ln -sf `pwd`/misc/urlview ~/.urlview 93 ln -sf `pwd`/misc/urlview ~/.urlview