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