diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 17:11:04 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 17:11:04 -0500 |
commit | 956b8fb71d2da727d2b92643f59cfe6c0ca0ce8b (patch) | |
tree | 1e3baa981b13a04e8791aa8853ed47ac82df90d3 /index.org | |
parent | 9e642116bb16f50f109e94c328ccd6b5e2c9e34e (diff) |
fix dots in paths
Diffstat (limited to 'index.org')
-rw-r--r-- | index.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,9 +3,9 @@ This page is the home of my dotfiles. They are written using literate programming in Emacs Org-Mode. The =install= script installs the dotfiles in their correct places and installs itself as an executable called =update-home= on the path to allow myself to run the script without having the repository downloaded on my system. * Directories -- [[./config/][.config/]] -- [[./local/][.local/]] -- [[./ssh/][.ssh/]] +- [[./.config/][.config/]] +- [[./.local/][.local/]] +- [[./.ssh/][.ssh/]] * Files - [[./clang-format.org][.clang-format]] |