2020-12-29 11:46:54 +00:00
|
|
|
# homeshick
|
2020-06-10 11:49:36 +01:00
|
|
|
|
|
|
|
> Synchronize Git dotfiles.
|
2020-12-29 11:46:54 +00:00
|
|
|
> More information: <https://github.com/andsens/homeshick/wiki>.
|
2020-06-10 11:49:36 +01:00
|
|
|
|
|
|
|
- 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}}`
|