aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 3eef2882870a4650c207080509619810b7c41cbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.