diff options
Diffstat (limited to 'configs.toml')
| -rw-r--r-- | configs.toml | 64 |
1 files changed, 34 insertions, 30 deletions
diff --git a/configs.toml b/configs.toml index 146ba28..1e90e79 100644 --- a/configs.toml +++ b/configs.toml @@ -1,59 +1,63 @@ -[dunst] -file = "dunst" -parent = "~/.config" - [rofi] file = "rofi" parent = "/home/josh/.config" -[vim] -file = ".vimrc" -parent = "~/" +[swaylock] +file = "swaylock" +parent = "~/.config" -[tmux] -file = ".tmux.conf" -parent = "/home/josh/" +[xplr] +file = "xplr" +parent = "~/.config" -[wezterm] -file = ".wezterm.lua" -parent = "~/" +[lectern] +file = "lectern" +parent = "/home/josh/.config" -[zathura] -file = "zathura" +[kanata] +file = "keybs" parent = "~/.config" +[tmux] +file = ".tmux.conf" +parent = "/home/josh/" + [starship] file = "starship" parent = "~/.config" -[swaylock] -file = "swaylock" -parent = "~/.config" - [tex] file = "texmf" parent = "~/" +[waybar] +file = "waybar" +parent = "~/.config" + [fish] file = "config.fish" parent = "~/.config/fish" -[sway] -file = "sway" +[nvim] +file = "nvim" parent = "~/.config" -[waybar] -file = "waybar" -parent = "~/.config" +[wezterm] +file = ".wezterm.lua" +parent = "~/" -[xplr] -file = "xplr" +[sway] +file = "sway" parent = "~/.config" -[kanata] -file = "keybs" +[zathura] +file = "zathura" parent = "~/.config" -[nvim] -file = "nvim" +[vim] +file = ".vimrc" +parent = "~/" + +[dunst] +file = "dunst" parent = "~/.config" |