1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/homeshick.md
2020-12-29 19:46:54 +08:00

24 lines
449 B
Markdown

# homeshick
> Synchronize Git dotfiles.
> 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}}`