From 8a57cb91c5049f904bb2cefddb9efc9d5270fc75 Mon Sep 17 00:00:00 2001 From: Victor Xian Wang Date: Fri, 1 Jan 2021 16:38:43 -0500 Subject: Add omz installation --- install.conf.yaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/install.conf.yaml b/install.conf.yaml index b4dfa57..6228e26 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -4,9 +4,18 @@ - clean: ['~'] +- create: + - ~/.cache + - ~/.config + +- shell: + - sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" + - link: ~/.vimrc: vimrc - ~/.zshrc: zshrc + ~/.zshrc: + path: zshrc + force: true ~/.config/kitty/kitty.conf: path: kitty/kitty.conf create: true @@ -15,9 +24,5 @@ create: true force: true -- create: - - ~/.cache - - ~/.config - - shell: - [git submodule update --init --recursive, Installing submodules] -- cgit v1.2.3