- defaults: link: relink: true - clean: ['~'] - create: - ~/.cache - ~/.config - shell: - sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" - link: ~/.vimrc: vimrc ~/.zshrc: path: zshrc force: true ~/.config/kitty/kitty.conf: path: kitty/kitty.conf create: true ~/.oh-my-zsh/custom: path: omz/custom create: true force: true - shell: - [git submodule update --init --recursive, Installing submodules]