diff options
Diffstat (limited to 'configs.toml')
| -rw-r--r-- | configs.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configs.toml b/configs.toml index 2248d39..1767277 100644 --- a/configs.toml +++ b/configs.toml @@ -3,8 +3,8 @@ file = "nvim" parent = "~/.config" [kanata] -file = "/home/josh/.config" -parent = "keybs" +file = "keybs" +parent = "~/.config" [tex] file = "texmf" @@ -27,8 +27,8 @@ file = "dunst" parent = "~/.config" [xplr] -file = "/home/josh/.config" -parent = "xplr" +file = "xplr" +parent = "~/.config" [fish] file = "fish" |