3 To set up run `./install`
5 It provides configuration for:
18 * terminfo italics support
22 The scripts here assume either `brew` or `apt` are installed.
23 Install brew with: `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"`
25 It might also be a good idea to install the xcode command line tools with `xcode-select --install`
29 These dotfiles include some provisioning scripts for `brew` and `apt`.
31 To set up run `./provision <recipe>` where `<recipe>` is one of:
35 * `cask_essential` (only `brew`)
36 * `cask_nice` (only `brew`)
38 To see what each recipe installs, check the files under `provisioning/`
42 For local modifications to the zshrc create `~/.zshrc.local`.
44 ## Environment modification
46 In order to specify the environment in the prompt, create a function
47 called `env_info_provider` and echo your environment details (eg.
48 `dev`, `staging`, `production`)