diff options
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/ | ||