diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-02-14 13:27:31 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-02-14 13:27:31 +0800 |
commit | 41ad31a2dee9ff912f222652f022b4c55cddcbf7 (patch) | |
tree | 6cd7fe23afc5d6d463cd6ad0d9400cddfa529fb4 /Makefile | |
parent | 462fdbf99b1ab8c8218f360175d8ea97bb351b69 (diff) |
Move alacritty to X11
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ urlview: | |||
93 | ln -sf `pwd`/misc/urlview ~/.urlview | 93 | ln -sf `pwd`/misc/urlview ~/.urlview |
94 | 94 | ||
95 | alacritty: | 95 | alacritty: |
96 | ln -sf `pwd`/alacritty/* ~/.config/alacritty/ | 96 | ln -sf `pwd`/X11/alacritty/* ~/.config/alacritty/ |
97 | 97 | ||
98 | mpd: | 98 | mpd: |
99 | ln -sf `pwd`/mpd/ncmpcpp ~/.config/ncmpcpp | 99 | ln -sf `pwd`/mpd/ncmpcpp ~/.config/ncmpcpp |