homeshick
homeshick copied to clipboard
git dotfiles synchronizer written in bash
@iron8core has forked the repo and implemented [a nifty feature](https://github.com/iron8core/homeshick/tree/master): linking based on the machine os. Files are disambiguated by appending `#OS` to them. This would make a lot of...
PR #113 brought up the issue of being able to link untracked files. Here are two use cases: > The motivation for this is that I have some dotfiles that...
Currently homeshick outputs text that is very readable by a human when viewed through a terminal. However, when read by or though anything else it becomes quite a challenge because...
`homeshick diff [ ]` Should diff the current files against the ones in the castle. useful before linking to know what's getting clobbered or should be merged in.
@andsens Ok, an MVP is completed on the powershell version over at https://github.com/KitKat31337/homepsick You can see the usage example by looking at files in my dotfiles repo https://stash.firekitten.net/kittyfangs/dotfiles/src/branch/main/init.ps1 and https://stash.firekitten.net/kittyfangs/dotfiles/src/branch/main/home/Documents/PowerShell/Microsoft.PowerShell_profile.ps1...