Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
someoneonsmile committed Nov 1, 2021
1 parent d9cad24 commit 142b8ea
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@

```sh
# -i install pack
# -r remove pack
# -d remove pack
# -r reload pack
# -f force replace target file
stow -i ./nvim /foo/bar
stow -i ./nvim /foo/bar -f
stow -d ./nvim /foo/bar
stow -r ./nvim /foo/bar
stow -r ./nvim /foo/bar -i ./tmux
stow -r ./nvim /foo/bar -d /bar
```

## CONFIG
Expand All @@ -23,6 +27,7 @@ stow -r ./nvim /foo/bar -i ./tmux
# toml format

target = "~"
force = true
ignore = [
".*\\.md",
".*\\.lock",
Expand Down

0 comments on commit 142b8ea

Please sign in to comment.