Create bin directory when installing dotfiles
This commit is contained in:
parent
ed354d64b3
commit
5b4c260327
@ -18,6 +18,10 @@
|
|||||||
clone: yes
|
clone: yes
|
||||||
update: yes
|
update: yes
|
||||||
|
|
||||||
|
- name: create bin dir
|
||||||
|
file:
|
||||||
|
path: ~/bin
|
||||||
|
|
||||||
- name: install
|
- name: install
|
||||||
make:
|
make:
|
||||||
target: install
|
target: install
|
||||||
|
Loading…
Reference in New Issue
Block a user