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