]> git.r.bdr.sh - rbdr/dotfiles/blame - README.md
Replace auto-pairs with closer
[rbdr/dotfiles] / README.md
CommitLineData
fe9e7669 1# Dotfiles
9c44ef3f 2
fe9e7669
BB
3To set up run `install_dotfiles`
4
5It provides configuration for:
6
7* zsh
8* weechat
9* vim
10* nethack
11* terminfo italics support
8bf2adee
RBR
12
13## Provisioning
14
15These dotfiles include some provisioning scripts for `brew` and `apt`.
16
17To set up run `./provision <recipe>` where `<recipe>` is one of:
18
19* `essential`
20* `nice`
21* `cask_essential` (only `brew`)
22* `cask_nice` (only `brew`)
23
24To see what each recipe installs, check the files under `provisioning/`
25
26## Local zshrc
27
28For local modifications to the zshrc create `~/.zshrc.local`.
29
30## Environment modification
31
32In order to specify the environment in the prompt, create a function
33called `env_info_provider` and echo your environment details (eg.
34`dev`, `staging`, `production`)