aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-17 20:54:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-17 20:54:13 +1200
commitbe2e6b43fb8a8dcf0792f34185d027615b0634ec (patch)
tree7b7227f396894a5a8e78606a1c45e915bc4cab66 /README.markdown
parentExplain choice of shell (diff)
downloaddotfiles-be2e6b43fb8a8dcf0792f34185d027615b0634ec.tar.gz
dotfiles-be2e6b43fb8a8dcf0792f34185d027615b0634ec.zip
Swap install/applist sections
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown66
1 files changed, 33 insertions, 33 deletions
diff --git a/README.markdown b/README.markdown
index a53bba0a..a68331d8 100644
--- a/README.markdown
+++ b/README.markdown
@@ -13,39 +13,6 @@ $ git clone git://github.com/tejr/dotfiles.git ~/.dotfiles
It’s more likely you’ll want to read the configuration files and find snippets
relevant to your particular workflow.
-Installation
-------------
-
-There’s an installation script, but it’s pretty bare-bones, so don’t run it
-without reading it first. You’ll need to have a recent enough version of Git to
-support [submodules](http://git-scm.com/book/en/Git-Tools-Submodules) for this
-to work.
-
-To install the core terminal-only files (ack, Bash, cURL, Git, Vim), use the
-following:
-
-```bash
-$ ~/.dotfiles/install
-```
-
-You can add any combination of the following options to add configuration for
-other tools:
-
-* `-d` — `mysql(1)` and `psql(1)`
-* `-g` — GnuPG
-* `-m` — Mutt
-* `-n` — Ncmpcpp
-* `-r` — Newsbeuter
-* `-t` — tmux
-* `-x` — X11
-
-The script will prompt you about replacing old files. If you’re brave/insane,
-you can pipe `yes(1)` into it to accept all the replacements:
-
-```bash
-$ yes | ~/.dotfiles/install -dgmnrtx
-```
-
Tools
-----
@@ -88,6 +55,39 @@ window switching behave like Vim windows and Tmux panes do. There's a fair few
resources defined for rxvt-unicode. Otherwise, the rest of the configuration
isn't too distant from the defaults.
+Installation
+------------
+
+There’s an installation script, but it’s pretty bare-bones, so don’t run it
+without reading it first. You’ll need to have a recent enough version of Git to
+support [submodules](http://git-scm.com/book/en/Git-Tools-Submodules) for this
+to work.
+
+To install the core terminal-only files (ack, Bash, cURL, Git, Vim), use the
+following:
+
+```bash
+$ ~/.dotfiles/install
+```
+
+You can add any combination of the following options to add configuration for
+other tools:
+
+* `-d` — `mysql(1)` and `psql(1)`
+* `-g` — GnuPG
+* `-m` — Mutt
+* `-n` — Ncmpcpp
+* `-r` — Newsbeuter
+* `-t` — tmux
+* `-x` — X11
+
+The script will prompt you about replacing old files. If you’re brave/insane,
+you can pipe `yes(1)` into it to accept all the replacements:
+
+```bash
+$ yes | ~/.dotfiles/install -dgmnrtx
+```
+
Shell
-----