Files
cheatsheet-tldr/tldr/linux/homeshick
2024-04-05 00:13:43 +00:00

31 lines
589 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# homeshick
> Synchronize Git dotfiles.
> See also: `chezmoi`, `stow`, `tuckr`, `vcsh`.
> More information: <https://github.com/andsens/homeshick/wiki>.
- Create a new castle:
`homeshick generate {{castle_name}}`
- Add a file to your castle:
`homeshick track {{castle_name}} {{path/to/file}}`
- Go to a castle:
`homeshick cd {{castle_name}}`
- Clone a castle:
`homeshick clone {{github_username}}/{{repository_name}}`
- Symlink all files from a castle:
`homeshick link {{castle_name}}`