diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 20:07:26 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 20:07:26 -0500 |
commit | f2d1dddbd590db4b3aa2837108d914b701f93bfb (patch) | |
tree | 61f2f9d788bcfc68c911148ecfd2ea41e61d2d14 | |
parent | 956b8fb71d2da727d2b92643f59cfe6c0ca0ce8b (diff) |
update index.org
-rw-r--r-- | .wallpaper (renamed from wallpaper.png) | bin | 14122059 -> 14122059 bytes | |||
-rw-r--r-- | install.org (renamed from index.org) | 19 |
2 files changed, 2 insertions, 17 deletions
diff --git a/wallpaper.png b/.wallpaper Binary files differindex e67150d..e67150d 100644 --- a/wallpaper.png +++ b/.wallpaper @@ -1,21 +1,6 @@ -#+title: Dotfiles =/= +#+title: Install Script -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/]] - -* Files -- [[./clang-format.org][.clang-format]] -- [[./gitconfig.org][.gitconfig]] -- [[./profile.org][.profile]] -- [[./zshrc.org][.zshrc]] -- [[./wallpaper.png][.wallpaper]] - -* Install Script -It can be run as =./install=, so make it explicit what binary to run it with (POSIX shell). +This can be run as =./install=, so make it explicit what binary to run it with (POSIX shell). #+begin_src sh :tangle ~/.dotfiles/install :mkdirp yes #!/bin/sh #+end_src |