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"