aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-08-08 20:07:26 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-08-08 20:07:26 -0500
commitf2d1dddbd590db4b3aa2837108d914b701f93bfb (patch)
tree61f2f9d788bcfc68c911148ecfd2ea41e61d2d14
parent956b8fb71d2da727d2b92643f59cfe6c0ca0ce8b (diff)
update index.org
-rw-r--r--.wallpaper (renamed from wallpaper.png)bin14122059 -> 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
index e67150d..e67150d 100644
--- a/wallpaper.png
+++ b/.wallpaper
Binary files differ
diff --git a/index.org b/install.org
index 77fb6db..33aa68c 100644
--- a/index.org
+++ b/install.org
@@ -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