summaryrefslogtreecommitdiff
path: root/configs.toml
diff options
context:
space:
mode:
authorottjk <joshott16@gmail.com>2024-01-01 12:54:49 -0500
committerottjk <joshott16@gmail.com>2024-01-01 12:54:49 -0500
commitc8570a784c44e8b800d09bcc72ebe828c6cce479 (patch)
treea52b179dd7abec2a18a6685c0383deb7fcbf85bb /configs.toml
parent782b6d94437f9efaa9de6a5b1795bd787c0e1753 (diff)
downloaddotfiles-c8570a784c44e8b800d09bcc72ebe828c6cce479.tar.gz
dotfiles-c8570a784c44e8b800d09bcc72ebe828c6cce479.zip
fixed toml
Diffstat (limited to 'configs.toml')
-rw-r--r--configs.toml52
1 files changed, 26 insertions, 26 deletions
diff --git a/configs.toml b/configs.toml
index 86fa235..19a606b 100644
--- a/configs.toml
+++ b/configs.toml
@@ -1,55 +1,55 @@
-[dunst]
-file = "dunst"
+[tofi]
+file = "tofi"
parent = "~/.config"
-[nvim]
-file = "nvim"
+[zathura]
+file = "zathura"
parent = "~/.config"
-[starship]
-file = "starship"
-parent = "/home/josh/.config"
-
-[kanata]
-file = "keybs"
+[waybar]
+file = "waybar"
parent = "~/.config"
[xplr]
file = "xplr"
parent = "~/.config"
-[tofi]
-file = "tofi"
-parent = "~/.config"
-
[wezterm]
file = ".wezterm.lua"
parent = "~/"
-[zathura]
-file = "zathura"
+[kanata]
+file = "keybs"
parent = "~/.config"
+[sway]
+file = "sway"
+parent = "~/.config"
+
+[tex]
+file = "texmf"
+parent = "~/"
+
[swaylock]
file = "swaylock"
parent = "~/.config"
-[fish]
-file = "/home/josh/.config/fish"
-parent = "config.fish"
+[starship]
+file = "starship"
+parent = "/home/josh/.config"
[vim]
file = ".vimrc"
parent = "~/"
-[sway]
-file = "sway"
+[nvim]
+file = "nvim"
parent = "~/.config"
-[tex]
-file = "texmf"
-parent = "~/"
+[fish]
+file = "config.fish"
+parent = "/home/josh/.config/fish"
-[waybar]
-file = "waybar"
+[dunst]
+file = "dunst"
parent = "~/.config"