From 7db0d8305bb2ab17a65243c59ff4136c5c5c0b14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kaan=20Barmore-Gen=C3=A7?= Date: Thu, 19 Sep 2024 00:27:01 -0500 Subject: [PATCH] Fix broken config --- .dotter/.gitignore | 1 + .dotter/cache.toml | 1 + .dotter/global.toml | 10 +++++++++- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .dotter/.gitignore diff --git a/.dotter/.gitignore b/.dotter/.gitignore new file mode 100644 index 0000000..06cf653 --- /dev/null +++ b/.dotter/.gitignore @@ -0,0 +1 @@ +cache diff --git a/.dotter/cache.toml b/.dotter/cache.toml index 55e9a46..e3387a8 100644 --- a/.dotter/cache.toml +++ b/.dotter/cache.toml @@ -1,3 +1,4 @@ [symlinks] +"bottom/bottom.toml" = "/home/kaan/.config/bottom/bottom.toml" [templates] diff --git a/.dotter/global.toml b/.dotter/global.toml index dfe8146..d051c2b 100644 --- a/.dotter/global.toml +++ b/.dotter/global.toml @@ -1,9 +1,17 @@ [helpers] +[default] +depends = ["bottom", "git"] + +[default.files] + [bottom.files] "bottom/bottom.toml" = "~/.config/bottom/bottom.toml" [git.files] "git/gitconfig" = "~/.gitconfig" -[system.variables] +[default.variables] + +[settings] +default_target_type = "automatic"