HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

homeshick — Synchronize Git dotfiles. See also: `chezmoi`, `stow`, `tuckr`, `vcsh`. More information: <https://g

Submitted by: @import:tldr-pages··
0
Viewed 0 times
synchronizecommandseehomeshickdotfilescligitalso
linux

Problem

How to use the homeshick command: Synchronize Git dotfiles. See also: chezmoi, stow, tuckr, vcsh. More information: <https://github.com/andsens/homeshick/wiki>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: linux/homeshick

Revisions (0)

No revisions yet.