diff options
| author | ottjk <joshott16@gmail.com> | 2023-12-30 19:37:27 -0500 |
|---|---|---|
| committer | ottjk <joshott16@gmail.com> | 2023-12-30 19:37:27 -0500 |
| commit | 2133572e8c55ce84c3d3cda5995bcdaf40a22568 (patch) | |
| tree | 3b433ef1296e86c00914722b5f3ae99cb3ea8e4e | |
| parent | cb639c84ac3677b7235ae41b7f782acea217fec1 (diff) | |
| download | dotfiles-2133572e8c55ce84c3d3cda5995bcdaf40a22568.tar.gz dotfiles-2133572e8c55ce84c3d3cda5995bcdaf40a22568.zip | |
fixed 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" |