summaryrefslogtreecommitdiff
path: root/configs.toml
diff options
context:
space:
mode:
authorJosh Ott <jkott@quark.physics.ncsu.edu>2025-03-30 13:41:34 -0400
committerJosh Ott <jkott@quark.physics.ncsu.edu>2025-03-30 13:41:34 -0400
commit264bcb4ea6dc8cdd4b0abefc04a8c577d4814c3a (patch)
tree76b948a387d3995422ee835e55bbcbecbe97dc62 /configs.toml
parent37aaa8ed78406ec3ace4fabab5b725fb11321526 (diff)
downloaddotfiles-264bcb4ea6dc8cdd4b0abefc04a8c577d4814c3a.tar.gz
dotfiles-264bcb4ea6dc8cdd4b0abefc04a8c577d4814c3a.zip
got rid of absolute home directory reference
Diffstat (limited to 'configs.toml')
-rw-r--r--configs.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs.toml b/configs.toml
index 1e90e79..a49bcaf 100644
--- a/configs.toml
+++ b/configs.toml
@@ -1,6 +1,6 @@
[rofi]
file = "rofi"
-parent = "/home/josh/.config"
+parent = "~/.config"
[swaylock]
file = "swaylock"
@@ -12,7 +12,7 @@ parent = "~/.config"
[lectern]
file = "lectern"
-parent = "/home/josh/.config"
+parent = "~/.config"
[kanata]
file = "keybs"
@@ -20,7 +20,7 @@ parent = "~/.config"
[tmux]
file = ".tmux.conf"
-parent = "/home/josh/"
+parent = "~/"
[starship]
file = "starship"