LinuxCommandLibrary

homeshick

Synchronize Git dotfiles.

TLDR

Create a new castle

$ homeshick generate [castle_name]
copy


Add a file to your castle
$ homeshick track [castle_name] [path/to/file]
copy


Go to a castle
$ homeshick cd [castle_name]
copy


Clone a castle
$ homeshick clone [github_username]/[repository_name]
copy


Symlink all files from a castle
$ homeshick link [castle_name]
copy

Copied to clipboard