aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-02-14 13:27:31 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-02-14 13:27:31 +0800
commit41ad31a2dee9ff912f222652f022b4c55cddcbf7 (patch)
tree6cd7fe23afc5d6d463cd6ad0d9400cddfa529fb4 /Makefile
parent462fdbf99b1ab8c8218f360175d8ea97bb351b69 (diff)
Move alacritty to X11
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ede844..6291f22 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ urlview:
93 ln -sf `pwd`/misc/urlview ~/.urlview 93 ln -sf `pwd`/misc/urlview ~/.urlview
94 94
95alacritty: 95alacritty:
96 ln -sf `pwd`/alacritty/* ~/.config/alacritty/ 96 ln -sf `pwd`/X11/alacritty/* ~/.config/alacritty/
97 97
98mpd: 98mpd:
99 ln -sf `pwd`/mpd/ncmpcpp ~/.config/ncmpcpp 99 ln -sf `pwd`/mpd/ncmpcpp ~/.config/ncmpcpp