Skip to content

Commit

Permalink
minor doc points
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Jan 13, 2025
1 parent 4e89c35 commit b9a1a96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alias .....="cd ../../../.."

# cat -> bat (syntax maps in ~/.config/bat/config)
alias cat="bat"
# global help aliases to go through bat
# global help aliases (zsh specific) to go through bat
alias -g -- -h='-h 2>&1 | bat --language=help --style=plain'
alias -g -- --help='--help 2>&1 | bat --language=help --style=plain'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Clone and apply:
just link # force symlink to ~/ + ~/.config/ + CONFIG_HOME
```

All recipes are idempotent.
All [recipes](https://github.com/clux/dotfiles/blob/main/justfile) are idempotent.

Note the distinction between the [config](https://github.com/clux/dotfiles/blob/main/config) directory (for unix apps that hardcode `~/.config` or `XDG_CONFIG_HOME`) vs. the [share](https://github.com/clux/dotfiles/blob/main/share) directory (for apps that uses [platform specifics](https://docs.rs/dirs/4.0.0/dirs/fn.config_dir.html)). These two folders happen to be the same on Linux, but are separated here to support other platforms.

0 comments on commit b9a1a96

Please sign in to comment.