From 87d692671452c23fdd0d790c70c4faa8539c3e02 Mon Sep 17 00:00:00 2001 From: Inhji Date: Wed, 7 Aug 2019 09:00:16 +0200 Subject: [PATCH] create directories before linking --- install.conf.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/install.conf.yaml b/install.conf.yaml index a4c98d3..2ef40f8 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -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]