diff options
| author | Josh <joshott16@gmail.com> | 2024-01-01 12:58:07 -0500 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2024-01-01 12:58:07 -0500 |
| commit | 5e4d4bf04ce807a1129e1da23f3477d6b577a502 (patch) | |
| tree | a78d71385546e24ad7f48deaff5ce117ca629338 | |
| parent | c8570a784c44e8b800d09bcc72ebe828c6cce479 (diff) | |
| download | dotfiles-5e4d4bf04ce807a1129e1da23f3477d6b577a502.tar.gz dotfiles-5e4d4bf04ce807a1129e1da23f3477d6b577a502.zip | |
tmux in config
| -rw-r--r-- | configs.toml | 64 |
1 files changed, 34 insertions, 30 deletions
diff --git a/configs.toml b/configs.toml index 19a606b..173a874 100644 --- a/configs.toml +++ b/configs.toml @@ -1,55 +1,59 @@ -[tofi] -file = "tofi" -parent = "~/.config" - -[zathura] -file = "zathura" +[nvim] +file = "nvim" parent = "~/.config" -[waybar] -file = "waybar" +[kanata] +file = "keybs" parent = "~/.config" -[xplr] -file = "xplr" +[sway] +file = "sway" parent = "~/.config" [wezterm] file = ".wezterm.lua" parent = "~/" -[kanata] -file = "keybs" +[fish] +file = "config.fish" +parent = "~/.config/fish" + +[waybar] +file = "waybar" parent = "~/.config" -[sway] -file = "sway" +[vim] +file = ".vimrc" +parent = "~/" + +[dunst] +file = "dunst" +parent = "~/.config" + +[zathura] +file = "zathura" parent = "~/.config" [tex] file = "texmf" parent = "~/" -[swaylock] -file = "swaylock" -parent = "~/.config" - [starship] file = "starship" -parent = "/home/josh/.config" - -[vim] -file = ".vimrc" -parent = "~/" +parent = "~/.config" -[nvim] -file = "nvim" +[tofi] +file = "tofi" parent = "~/.config" -[fish] -file = "config.fish" -parent = "/home/josh/.config/fish" +[tmux] +file = ".tmux.conf" +parent = "/home/josh/" -[dunst] -file = "dunst" +[xplr] +file = "xplr" +parent = "~/.config" + +[swaylock] +file = "swaylock" parent = "~/.config" |