diff --git a/install.conf.yaml b/install.conf.yaml new file mode 100644 index 0000000..5c921fd --- /dev/null +++ b/install.conf.yaml @@ -0,0 +1,20 @@ +- defaults: + link: + create: true + relink: true + +- clean: ["~"] + +- link: + ~/.config/kitty: config/kitty + ~/.config/powerline: config/powerline + ~/.config/ranger: config/ranger + ~/.vimrc: vimrc + ~/.zprofile: zprofile + ~/.zshrc: zshrc + +- create: + - ~/.zsh_history + +- shell: + diff --git a/install.config.yaml b/install.config.yaml deleted file mode 100644 index e69de29..0000000