summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.conf.yaml15
1 files 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]