diff options
| author | Josh <joshott16@gmail.com> | 2024-01-01 02:53:13 -0500 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2024-01-01 02:53:13 -0500 |
| commit | f229337c3955a794294f47478c4d39e825b2dd9e (patch) | |
| tree | c133b32fe4504358425cac0c60d040e9fed1979c /configs.toml | |
| parent | 166b8192117b4151055723cc9b7c67cc3aad7a8e (diff) | |
| download | dotfiles-f229337c3955a794294f47478c4d39e825b2dd9e.tar.gz dotfiles-f229337c3955a794294f47478c4d39e825b2dd9e.zip | |
update configs toml
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] |