diff options
author | Matt Singleton <matt@xcolour.net> | 2021-02-09 08:49:07 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2021-02-09 08:49:07 -0600 |
commit | 359efa07c40ff06c00637d6e46f2f6fb8f6ba264 (patch) | |
tree | 70fbbe1eb4e2b89b6143e50e9a82e4a415d779bf | |
parent | 56cca67b575a171b3a6a92580f0360b6fc1fab6a (diff) |
markdown
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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. |