create directories before linking

Este commit está contenido en:
Inhji 2019-08-07 09:00:16 +02:00
padre 8105706db0
commit 87d6926714
Se han modificado 1 ficheros con 6 adiciones y 5 borrados

Ver fichero

@ -1,3 +1,9 @@
- shell:
- [sudo apt install zsh -y, Installing base packages]
- [git submodule update --init --recursive, Updating submodules]
- [mkdir -p $HOME/.zfunctions, Creating zfunctions directory]
- [mkdir -p $HOME/.ssh, Creating SSH directory]
- link:
~/.zshrc:
force: true
@ -22,8 +28,3 @@
~/.zfunctions/async:
path: pure/async.zsh
force: true
- shell:
- [sudo apt install zsh -y, Installing base packages]
- [git submodule update --init --recursive, Updating submodules]
- [mkdir $HOME/.functions, Creating zfunctions directory]