diff options
Diffstat (limited to 'configs.toml')
| -rw-r--r-- | configs.toml | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/configs.toml b/configs.toml index 86fa235..19a606b 100644 --- a/configs.toml +++ b/configs.toml @@ -1,55 +1,55 @@ -[dunst] -file = "dunst" +[tofi] +file = "tofi" parent = "~/.config" -[nvim] -file = "nvim" +[zathura] +file = "zathura" parent = "~/.config" -[starship] -file = "starship" -parent = "/home/josh/.config" - -[kanata] -file = "keybs" +[waybar] +file = "waybar" parent = "~/.config" [xplr] file = "xplr" parent = "~/.config" -[tofi] -file = "tofi" -parent = "~/.config" - [wezterm] file = ".wezterm.lua" parent = "~/" -[zathura] -file = "zathura" +[kanata] +file = "keybs" parent = "~/.config" +[sway] +file = "sway" +parent = "~/.config" + +[tex] +file = "texmf" +parent = "~/" + [swaylock] file = "swaylock" parent = "~/.config" -[fish] -file = "/home/josh/.config/fish" -parent = "config.fish" +[starship] +file = "starship" +parent = "/home/josh/.config" [vim] file = ".vimrc" parent = "~/" -[sway] -file = "sway" +[nvim] +file = "nvim" parent = "~/.config" -[tex] -file = "texmf" -parent = "~/" +[fish] +file = "config.fish" +parent = "/home/josh/.config/fish" -[waybar] -file = "waybar" +[dunst] +file = "dunst" parent = "~/.config" |