summaryrefslogtreecommitdiff
path: root/configs.toml
diff options
context:
space:
mode:
Diffstat (limited to 'configs.toml')
-rw-r--r--configs.toml66
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"