diff options
| author | ottjk <joshott16@gmail.com> | 2024-01-20 01:29:51 -0500 |
|---|---|---|
| committer | ottjk <joshott16@gmail.com> | 2024-01-20 01:29:51 -0500 |
| commit | ea9a749bd6238334ff9e92a0a31fdeaf5223619b (patch) | |
| tree | 6036539f3e49427483fb2dc388da377d5e5c7397 /configs.toml | |
| parent | 9b78e39e9cca329acc160399e46bb8d1c9b33955 (diff) | |
| download | dotfiles-ea9a749bd6238334ff9e92a0a31fdeaf5223619b.tar.gz dotfiles-ea9a749bd6238334ff9e92a0a31fdeaf5223619b.zip | |
many such updates
Diffstat (limited to 'configs.toml')
| -rw-r--r-- | configs.toml | 66 |
1 files changed, 35 insertions, 31 deletions
diff --git a/configs.toml b/configs.toml index 173a874..28828d9 100644 --- a/configs.toml +++ b/configs.toml @@ -1,59 +1,63 @@ -[nvim] -file = "nvim" +[tofi] +file = "tofi" parent = "~/.config" -[kanata] -file = "keybs" +[dunst] +file = "dunst" parent = "~/.config" -[sway] -file = "sway" -parent = "~/.config" +[rofi] +file = "rofi" +parent = "/home/josh/.config" + +[vim] +file = ".vimrc" +parent = "~/" + +[tmux] +file = ".tmux.conf" +parent = "/home/josh/" [wezterm] file = ".wezterm.lua" parent = "~/" -[fish] -file = "config.fish" -parent = "~/.config/fish" - -[waybar] -file = "waybar" +[zathura] +file = "zathura" parent = "~/.config" -[vim] -file = ".vimrc" -parent = "~/" - -[dunst] -file = "dunst" +[starship] +file = "starship" parent = "~/.config" -[zathura] -file = "zathura" +[swaylock] +file = "swaylock" parent = "~/.config" [tex] file = "texmf" parent = "~/" -[starship] -file = "starship" -parent = "~/.config" +[fish] +file = "config.fish" +parent = "~/.config/fish" -[tofi] -file = "tofi" +[sway] +file = "sway" parent = "~/.config" -[tmux] -file = ".tmux.conf" -parent = "/home/josh/" +[waybar] +file = "waybar" +parent = "~/.config" [xplr] file = "xplr" parent = "~/.config" -[swaylock] -file = "swaylock" +[kanata] +file = "keybs" +parent = "~/.config" + +[nvim] +file = "nvim" parent = "~/.config" |