From 8639d5313739a3bd177bcb17a19f89f875fea686 Mon Sep 17 00:00:00 2001 From: livie Date: Tue, 26 Sep 2023 23:19:29 +0300 Subject: [PATCH] Fix install config filename --- install.conf.yaml | 20 ++++++++++++++++++++ install.config.yaml | 0 2 files changed, 20 insertions(+) create mode 100644 install.conf.yaml delete mode 100644 install.config.yaml 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