From 6fd1b787c2f8c7653638f2b63bade0a0ff5cacd6 Mon Sep 17 00:00:00 2001 From: Stephen Kent Date: Fri, 22 May 2026 21:13:36 -0700 Subject: [PATCH 1/2] Update ctags package name reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 227944a..c985efe 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ 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 From aadd3b20a42f0258eba2931376042c593131b304 Mon Sep 17 00:00:00 2001 From: Stephen Kent Date: Fri, 22 May 2026 21:14:26 -0700 Subject: [PATCH 2/2] Fix `dotf` hyperlinks --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c985efe..ca88059 100644 --- a/README.md +++ b/README.md @@ -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`. @@ -61,7 +61,7 @@ More features become available when optional dependencies are installed: (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 @@ -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) @@ -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/