diff options
-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 |