diff options
| author | Josh <joshott16@gmail.com> | 2025-07-24 08:15:52 -0400 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2025-07-24 08:15:52 -0400 |
| commit | 21150560c5762a4f6f446e74f2020f61d9ba4221 (patch) | |
| tree | 73a20509a1f19e90bc6e4bd240e89332693e2c8d /configs.toml | |
| parent | 993b580ec5ea47a8f7d5b1d84556d6f27dc6a22c (diff) | |
| download | dotfiles-21150560c5762a4f6f446e74f2020f61d9ba4221.tar.gz dotfiles-21150560c5762a4f6f446e74f2020f61d9ba4221.zip | |
the great colorscheme migration
Diffstat (limited to 'configs.toml')
| -rw-r--r-- | configs.toml | 74 |
1 files changed, 35 insertions, 39 deletions
diff --git a/configs.toml b/configs.toml index a49bcaf..163e99a 100644 --- a/configs.toml +++ b/configs.toml @@ -1,63 +1,59 @@ -[rofi] -file = "rofi" -parent = "~/.config" +[fish] +file = "config.fish" +parent = "/home/josh/.config/fish" -[swaylock] -file = "swaylock" -parent = "~/.config" +[wallust] +file = "wallust" +parent = "/home/josh/.config" -[xplr] -file = "xplr" -parent = "~/.config" - -[lectern] -file = "lectern" -parent = "~/.config" +[kitty] +file = "kitty.conf" +parent = "/home/josh/.config" [kanata] file = "keybs" -parent = "~/.config" +parent = "/home/josh/.config" + +[zathura] +file = "zathura" +parent = "/home/josh/.config" [tmux] file = ".tmux.conf" -parent = "~/" - -[starship] -file = "starship" -parent = "~/.config" +parent = "/home/josh" [tex] file = "texmf" -parent = "~/" +parent = "/home/josh" [waybar] file = "waybar" -parent = "~/.config" +parent = "/home/josh/.config" -[fish] -file = "config.fish" -parent = "~/.config/fish" +[sway] +file = "sway" +parent = "/home/josh/.config" [nvim] file = "nvim" -parent = "~/.config" +parent = "/home/josh/.config" + +[vim] +file = ".vimrc" +parent = "/home/josh" [wezterm] file = ".wezterm.lua" -parent = "~/" - -[sway] -file = "sway" -parent = "~/.config" +parent = "/home/josh" -[zathura] -file = "zathura" -parent = "~/.config" +[xplr] +file = "xplr" +parent = "/home/josh/.config" -[vim] -file = ".vimrc" -parent = "~/" +[lectern] +file = "lectern" +parent = "/home/josh/.config" -[dunst] -file = "dunst" -parent = "~/.config" +[rofi] +file = "rofi" +parent = "/home/josh/.config" |