aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-06-26 12:18:32 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-06-26 12:18:32 +0800
commit44f31b1f27c2a53cf8a4e053a50c245e379558b0 (patch)
tree4c52906716f76057d799d6ea1effcc40deae007a /Makefile
parentd415bbb33a1c2a3f9a2492668b57c4db0098ef1d (diff)
Update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ba4f2b5..6d3a8e0 100644
--- a/Makefile
+++ b/Makefile
@@ -106,3 +106,7 @@ alacritty:
106mpd: 106mpd:
107 ln -sf `pwd`/mpd/ncmpcpp ~/.config/ncmpcpp 107 ln -sf `pwd`/mpd/ncmpcpp ~/.config/ncmpcpp
108 rm -rf ~/.ncmpcpp 108 rm -rf ~/.ncmpcpp
109
110snippets:
111 rm -rf ~/snippets
112 ln -sf `pwd`/snippets ~/snippets