From 8ad58c791a8704651ea2d00015300f29d9301977 Mon Sep 17 00:00:00 2001 From: Victor Xian Wang Date: Fri, 1 Jan 2021 14:50:03 -0500 Subject: initial commit add some rc files and conf files --- install.conf.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 install.conf.yaml (limited to 'install.conf.yaml') 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] -- cgit v1.2.3