aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2021-02-09 08:49:07 -0600
committerMatt Singleton <matt@xcolour.net>2021-02-09 08:49:07 -0600
commit359efa07c40ff06c00637d6e46f2f6fb8f6ba264 (patch)
tree70fbbe1eb4e2b89b6143e50e9a82e4a415d779bf /README.md
parent56cca67b575a171b3a6a92580f0360b6fc1fab6a (diff)
markdown
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 3eef288..77c038a 100644
--- a/README.md
+++ b/README.md
@@ -7,10 +7,10 @@ spec](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.ht
as much as possible.
The script does the following:
- - Clear out `$PWD/dotfiles-backup/`.
- - Symlink everything under `config` into `$XDG_CONFIG_HOME`. Moves everything
+ * Clear out `$PWD/dotfiles-backup/`.
+ * Symlink everything under `config` into `$XDG_CONFIG_HOME`. Moves everything
that already exists to `$PWD/dotfiles-backup/` first.
- - Symlink `vimrc` and `zshrc` into `$HOME`. Again back up existing files to
+ * Symlink `vimrc` and `zshrc` into `$HOME`. Again back up existing files to
`$PWD/dotfiles-backup`.
- - Clone Vundle into `~/.vim/bundle/vundle/` and run `BundleInstall`.
- - Create `~/.zshrc-local` if one doesn't already exist.
+ * Clone Vundle into `~/.vim/bundle/vundle/` and run `BundleInstall`.
+ * Create `~/.zshrc-local` if one doesn't already exist.