summaryrefslogtreecommitdiff
path: root/install.conf.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'install.conf.yaml')
-rw-r--r--install.conf.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/install.conf.yaml b/install.conf.yaml
new file mode 100644
index 0000000..b4dfa57
--- /dev/null
+++ b/install.conf.yaml
@@ -0,0 +1,23 @@
+- defaults:
+ link:
+ relink: true
+
+- clean: ['~']
+
+- link:
+ ~/.vimrc: vimrc
+ ~/.zshrc: zshrc
+ ~/.config/kitty/kitty.conf:
+ path: kitty/kitty.conf
+ create: true
+ ~/.oh-my-zsh/custom:
+ path: omz/custom
+ create: true
+ force: true
+
+- create:
+ - ~/.cache
+ - ~/.config
+
+- shell:
+ - [git submodule update --init --recursive, Installing submodules]