mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
homeshick: add page (#4098)
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
This commit is contained in:
parent
185097cdf8
commit
b246f9e0f6
1 changed files with 24 additions and 0 deletions
24
pages/linux/homeshick.md
Normal file
24
pages/linux/homeshick.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue