diff options
Diffstat (limited to 'configs.toml')
| -rw-r--r-- | configs.toml | 40 |
1 files changed, 22 insertions, 18 deletions
diff --git a/configs.toml b/configs.toml index 1767277..d5aaea4 100644 --- a/configs.toml +++ b/configs.toml @@ -1,41 +1,45 @@ -[nvim] -file = "nvim" +[starship] +file = "starship.toml" +parent = "/home/josh/.config" + +[dunst] +file = "dunst" parent = "~/.config" -[kanata] -file = "keybs" +[swaylock] +file = "swaylock" parent = "~/.config" -[tex] -file = "texmf" +[vim] +file = ".vimrc" parent = "~/" [tofi] file = "tofi" parent = "~/.config" -[vim] -file = ".vimrc" +[tex] +file = "texmf" parent = "~/" -[zathura] -file = "zathura" +[fish] +file = "fish" parent = "~/.config" -[dunst] -file = "dunst" +[nvim] +file = "nvim" parent = "~/.config" -[xplr] -file = "xplr" +[kanata] +file = "keybs" parent = "~/.config" -[fish] -file = "fish" +[zathura] +file = "zathura" parent = "~/.config" -[swaylock] -file = "swaylock" +[xplr] +file = "xplr" parent = "~/.config" [sway] |