Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $ git checkout .
### Configuration

To configure your git email address and username to be hidden from shell
prompts, run `[dotf](/.dotfiles/bin/dotf) config`.
prompts, run [`dotf config`][dotf].

To use a different profile picture, remove or replace `.face`.

Expand All @@ -55,13 +55,13 @@ More features become available when optional dependencies are installed:
[ALE](https://github.com/dense-analysis/ale))
* `ctags` (for
[vim-gutentags](https://github.com/ludovicchabant/vim-gutentags),
typically available as the `exuberant-ctags` package)
typically available as the `universal-ctags` package)
* `xclip` (for copying to the system clipboard in tmux)
* [terminal_markdown_viewer](https://github.com/axiros/terminal_markdown_viewer)
(for previewing Markdown files with
[vim-pipe-preview](https://github.com/smkent/vim-pipe-preview))

Run `[dotf](/.dotfiles/bin/dotf) deps` to see the executable path and version
Run [`dotf deps`][dotf] to see the executable path and version
information for programs that this repository configures or depends on.

## Features
Expand All @@ -74,7 +74,7 @@ with zsh on OS X.
Prompt features:

* Display username if different from the value of `prompt_hide_user` configured
via `[dotf](/.dotfiles/bin/dotf) config`.
via [`dotf config`][dotf].
* Display current directory name if different from `${HOME}`
* Display exit code of the previous command if nonzero (or `bg` / `^C` when
backgrounding a job or typing Ctrl-C, respectively)
Expand Down Expand Up @@ -254,5 +254,6 @@ Original code in this repository is published under the MIT license. See
[`.dotfiles/doc/LICENSE`](/.dotfiles/doc/LICENSE) for licensing information.


[dotf]: /.dotfiles/bin/dotf
[prek]: https://prek.j178.dev/
[uv-tool]: https://docs.astral.sh/uv/guides/tools/