From fbde2e97167f10a8cb36ca9fe167b8af54253304 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 12 Mar 2022 15:40:06 +0100 Subject: [PATCH] add toml base config --- config.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.toml diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..3090f4f --- /dev/null +++ b/config.toml @@ -0,0 +1,9 @@ +[config] +backup = true +banner = true +create = true +dotpath = "dotfiles" +keepdot = false +link_dotfile_default = "nolink" +link_on_import = "nolink" +longkey = false \ No newline at end of file