diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-02-14 13:33:23 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-02-14 13:33:23 +0800 |
commit | 6fae25b305d714b3ab7608fa003f1af9bf024545 (patch) | |
tree | 05507b2c0505659d2fd847ecce988dacab63a236 /Makefile | |
parent | 41ad31a2dee9ff912f222652f022b4c55cddcbf7 (diff) |
Rename tools into bin
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ||
62 | crontab: | 62 | crontab: |
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 | ||
65 | libinput: | 65 | libinput: |
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 | ||
89 | archcraft: | 89 | archcraft: |
90 | ls -sf `pwd`/tools/desktop/takeshot /usr/local/bin/takeshot | 90 | ls -sf `pwd`/bin/desktop/takeshot /usr/local/bin/takeshot |
91 | 91 | ||
92 | urlview: | 92 | urlview: |
93 | ln -sf `pwd`/misc/urlview ~/.urlview | 93 | ln -sf `pwd`/misc/urlview ~/.urlview |