mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 08:55:29 +00:00
Update cheatsheets
This commit is contained in:
29
linux/homeshick
Normal file
29
linux/homeshick
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user