mirror of
https://github.com/SeriousBug/dotfiles
synced 2024-10-31 19:17:26 -05:00
Fix broken config
This commit is contained in:
parent
1907aa7e4b
commit
7db0d8305b
1
.dotter/.gitignore
vendored
Normal file
1
.dotter/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
cache
|
|
@ -1,3 +1,4 @@
|
||||||
[symlinks]
|
[symlinks]
|
||||||
|
"bottom/bottom.toml" = "/home/kaan/.config/bottom/bottom.toml"
|
||||||
|
|
||||||
[templates]
|
[templates]
|
||||||
|
|
|
@ -1,9 +1,17 @@
|
||||||
[helpers]
|
[helpers]
|
||||||
|
|
||||||
|
[default]
|
||||||
|
depends = ["bottom", "git"]
|
||||||
|
|
||||||
|
[default.files]
|
||||||
|
|
||||||
[bottom.files]
|
[bottom.files]
|
||||||
"bottom/bottom.toml" = "~/.config/bottom/bottom.toml"
|
"bottom/bottom.toml" = "~/.config/bottom/bottom.toml"
|
||||||
|
|
||||||
[git.files]
|
[git.files]
|
||||||
"git/gitconfig" = "~/.gitconfig"
|
"git/gitconfig" = "~/.gitconfig"
|
||||||
|
|
||||||
[system.variables]
|
[default.variables]
|
||||||
|
|
||||||
|
[settings]
|
||||||
|
default_target_type = "automatic"
|
||||||
|
|
Loading…
Reference in a new issue