doc: list all dotfiles

This commit is contained in:
Michel 2023-05-05 10:51:56 +02:00
parent 4daacc90e5
commit 831231bd76
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@ dotfiles checkout 2>&1 | egrep "\s+" | awk {'print $1'} |
dotfiles checkout
```
## Useful Commands
- List all tracked files (from CWD):
`dotfiles ls-tree --name-only -rz main | xargs -0 $(whence lsd) -lU`
## Other Tools
```