aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2022-09-24 12:22:00 +0800
committerHsieh Chin Fan <pham@topo.tw>2022-09-24 12:22:00 +0800
commit3c8f324d3f197afe726aa87a4eaa4edebd960aa3 (patch)
tree9c9682ed02f49ee60e6b2e1ad9ba48df97c65e8e /Makefile
parentd1d16f14061d641901f2be78daaae09422727f82 (diff)
Add theme config
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4264770..69da3a6 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,10 @@ blog:
73 git clone ssh://vps/~/blog $(HOME)/blog; 73 git clone ssh://vps/~/blog $(HOME)/blog;
74 fi 74 fi
75 75
76openbox: 76theme:
77 ln -sf `pwd`/misc/themes ~/.themes
78
79openbox: theme
77 ln -sf `pwd`/misc/openbox/rc.xml ~/.config/openbox/ 80 ln -sf `pwd`/misc/openbox/rc.xml ~/.config/openbox/
78 81
79archcraft: 82archcraft: