diff options
| author | ottjk <joshott16@gmail.com> | 2024-01-01 12:51:42 -0500 |
|---|---|---|
| committer | ottjk <joshott16@gmail.com> | 2024-01-01 12:51:42 -0500 |
| commit | 782b6d94437f9efaa9de6a5b1795bd787c0e1753 (patch) | |
| tree | ca0452a1ad85cc7a63097ca15621494101931d27 /configs.toml | |
| parent | f229337c3955a794294f47478c4d39e825b2dd9e (diff) | |
| download | dotfiles-782b6d94437f9efaa9de6a5b1795bd787c0e1753.tar.gz dotfiles-782b6d94437f9efaa9de6a5b1795bd787c0e1753.zip | |
big terms
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 = "~/" |