diff options
Diffstat (limited to 'configs.toml')
| -rw-r--r-- | configs.toml | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/configs.toml b/configs.toml index 163e99a..9a62ae3 100644 --- a/configs.toml +++ b/configs.toml @@ -1,59 +1,59 @@ +[rofi] +file = "rofi" +parent = "/home/josh/.config" + +[kanata] +file = "keybs" +parent = "/home/josh/.config" + +[nvim] +file = "nvim" +parent = "/home/josh/.config" + [fish] file = "config.fish" parent = "/home/josh/.config/fish" +[sway] +file = "sway" +parent = "/home/josh/.config" + [wallust] file = "wallust" parent = "/home/josh/.config" -[kitty] -file = "kitty.conf" +[swayimg] +file = "swayimg" parent = "/home/josh/.config" -[kanata] -file = "keybs" +[waybar] +file = "waybar" parent = "/home/josh/.config" -[zathura] -file = "zathura" +[xplr] +file = "xplr" parent = "/home/josh/.config" [tmux] file = ".tmux.conf" parent = "/home/josh" -[tex] -file = "texmf" -parent = "/home/josh" - -[waybar] -file = "waybar" +[zathura] +file = "zathura" parent = "/home/josh/.config" -[sway] -file = "sway" +[lectern] +file = "lectern" parent = "/home/josh/.config" -[nvim] -file = "nvim" -parent = "/home/josh/.config" +[tex] +file = "texmf" +parent = "/home/josh" [vim] file = ".vimrc" parent = "/home/josh" -[wezterm] -file = ".wezterm.lua" -parent = "/home/josh" - -[xplr] -file = "xplr" -parent = "/home/josh/.config" - -[lectern] -file = "lectern" -parent = "/home/josh/.config" - -[rofi] -file = "rofi" +[kitty] +file = "kitty.conf" parent = "/home/josh/.config" |