From f2d1dddbd590db4b3aa2837108d914b701f93bfb Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Thu, 8 Aug 2024 20:07:26 -0500 Subject: [PATCH] update index.org --- wallpaper.png => .wallpaper | Bin index.org => install.org | 19 ++----------------- 2 files changed, 2 insertions(+), 17 deletions(-) rename wallpaper.png => .wallpaper (100%) rename index.org => install.org (82%) diff --git a/wallpaper.png b/.wallpaper similarity index 100% rename from wallpaper.png rename to .wallpaper diff --git a/index.org b/install.org similarity index 82% rename from index.org rename to 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