Skip to content

Commit

Permalink
docs: update documentation for tracking and linking files
Browse files Browse the repository at this point in the history
Added instructions for tracking new files and linking existing files
in the documentation. Updated Makefile to include a link command
for homeshick with verbose output.
  • Loading branch information
ylogx committed Feb 17, 2025
1 parent d39025c commit 87e8e3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Docs
====

## Helper
### Track files
Track new file using:

```sh
Expand All @@ -10,3 +11,7 @@ homeshick track dotfiles ~/.zshenv

See [here](https://github.com/andsens/homeshick/wiki/Tutorials) for more.

### Link existing files
```shell
hs link dotfiles -v
```
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ lint:

build:
sudo docker build --tag dotfiles .

link:
homeshick link dotfiles --verbose

0 comments on commit 87e8e3f

Please sign in to comment.