aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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