diff options
| author | Victor Xian Wang <victor.xianwang@gmail.com> | 2021-01-01 14:50:03 -0500 |
|---|---|---|
| committer | Victor Xian Wang <victor.xianwang@gmail.com> | 2021-01-01 15:20:29 -0500 |
| commit | 8ad58c791a8704651ea2d00015300f29d9301977 (patch) | |
| tree | 63d1c99995af35107c5d4ca200ef2bc6d5390b4f /install.conf.yaml | |
| parent | ae0d1395f61295cf5a94a0655b4c91879d8829f8 (diff) | |
| download | dotfiles-8ad58c791a8704651ea2d00015300f29d9301977.tar.gz dotfiles-8ad58c791a8704651ea2d00015300f29d9301977.tar.bz2 dotfiles-8ad58c791a8704651ea2d00015300f29d9301977.zip | |
initial commit
add some rc files and conf files
Diffstat (limited to 'install.conf.yaml')
| -rw-r--r-- | install.conf.yaml | 23 |
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] |
