diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-25 15:34:17 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-25 15:34:17 +0800 |
commit | 61052fb83aa55d19c58077fa4f0ecd5584d8869b (patch) | |
tree | 9abe3635172fb82bf36c5ef62fda9c633673f522 /Makefile | |
parent | 5f198b171892fa8cd0cf74ee12536d42bb567a28 (diff) |
update
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -71,3 +71,6 @@ pass: | |||
71 | if [ ! -d "$(HOME)/.password-store" ]; then | 71 | if [ ! -d "$(HOME)/.password-store" ]; then |
72 | git clone ssh://topo/~/.password-store ~/.password-store; | 72 | git clone ssh://topo/~/.password-store ~/.password-store; |
73 | fi | 73 | fi |
74 | |||
75 | openbox: | ||
76 | ln -sf `pwd`/misc/openbox/rc.xml ~/.config/openbox/ | ||