aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.