aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 22c6ff850d959692508160f04cf4fe97439f0a00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Install dotfiles with the deploy script:

    $ sh deploy.sh

Tries to follow the [XDG base directory
spec](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html)
as much as possible.

The script does the following:

 * 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
   `$PWD/dotfiles-backup`.
 * Clone Vundle into `~/.vim/bundle/vundle/` and run `BundleInstall`.
 * Create `~/.zshrc-local` if one doesn't already exist.