]>
Commit | Line | Data |
---|---|---|
fe9e7669 | 1 | # Dotfiles |
9c44ef3f | 2 | |
fe9e7669 BB |
3 | To set up run `install_dotfiles` |
4 | ||
5 | It provides configuration for: | |
6 | ||
7 | * zsh | |
8 | * weechat | |
9 | * vim | |
10 | * nethack | |
11 | * terminfo italics support | |
8bf2adee RBR |
12 | |
13 | ## Provisioning | |
14 | ||
15 | These dotfiles include some provisioning scripts for `brew` and `apt`. | |
16 | ||
17 | To 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 | ||
24 | To see what each recipe installs, check the files under `provisioning/` | |
25 | ||
26 | ## Local zshrc | |
27 | ||
28 | For local modifications to the zshrc create `~/.zshrc.local`. | |
29 | ||
30 | ## Environment modification | |
31 | ||
32 | In order to specify the environment in the prompt, create a function | |
33 | called `env_info_provider` and echo your environment details (eg. | |
34 | `dev`, `staging`, `production`) |