macOS
brew install homeshicklocal Homebrew formula metadata
brew
Git dotfiles synchronizer written in bash. Version 2.0.1 via Homebrew; verified from local package data.
install
brew install homeshicklocal Homebrew formula metadata
sudo zypper install homeshickopenSUSE Tumbleweed package metadata · homeshick · source: download.opensuse.org
overview
Git dotfiles synchronizer written in bash
history
homeshick is a Bash and Git based dotfile synchronizer. It stores dotfile repositories under ~/.homesick, calls each managed repository a castle, and symlinks files from a castle's home directory into the user's home directory.
Repository history starts with an initial import in April 2012 and an early commit saying homeshick was mimicking homesick as closely as possible. That ancestry is visible in the naming and model: homesick popularized the idea that a home-directory repository is a castle, and homeshick reimplemented the workflow as shell scripts rather than Ruby.
The README presents the core motivation in Unix terms: configuration files define a user's working environment, and Git lets those settings travel between machines. The project stayed intentionally lightweight, requiring Bash 3 and Git 1.5, and offering shell integration for sh-like shells, csh variants, and fish.
homeshick became recognizable in dotfile-manager circles because it fit the common package-nerd desire to bootstrap a working shell environment on a bare machine. Its README explicitly says it installs into the user's home directory without root privileges, while the wiki documents Homebrew installation, commands, symlinking, packages, testing, and automated deployment.
Its GitHub project shows a substantial niche audience for a dotfile manager, with thousands of stars and more than a hundred forks. Tags show release milestones at 1.0.0 in 2015, v1.1.0 in 2018, v2.0.0 in 2020, and v2.0.1 in 2023.
A typical install clones homeshick into $HOME/.homesick/repos/homeshick, sources the appropriate shell integration file, then uses commands documented in the wiki to clone, link, pull, track, refresh, and manage castles. The wiki explains that on the simplest level homeshick symlinks files and folders from managed repositories into the home directory.
The castle model is useful for splitting personal dotfiles, shell frameworks, editor configuration, and plugin collections into separate Git repositories. The README explicitly names oh-my-zsh, Emacs plugins, and Vim plugins as examples of larger frameworks or customizations that can be managed alongside personal settings.
homeshick is package-nerd significant because it lives at the intersection of dotfiles, Git, shell startup files, and reproducible personal environments. It is the sort of tool people install before anything else on a new machine so their editor, shell, aliases, and package-manager preferences can follow.
It also has the classic dotfile-tool tradeoff: very little machinery, but high trust. A symlink manager can make a workstation feel instantly familiar, and it can also overwrite or expose important files if used carelessly, which is why its wiki and package behavior matter.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
homeshick | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/andsens/homeshick
install metadata
| Package key | brew:homeshick |
|---|---|
| Version | 2.0.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/homeshick |
| Homepage | https://github.com/andsens/homeshick |
| Repository | https://github.com/andsens/homeshick |
| Upstream docs | https://github.com/andsens/homeshick#readme |
| License | MIT |
| Source archive | https://github.com/andsens/homeshick/archive/refs/tags/v2.0.1.tar.gz |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
| Caveats | To enable the `homeshick cd <CASTLE>` command, you need to `export HOMESHICK_DIR=$HOMEBREW_PREFIX/opt/homeshick` and `source "$HOMEBREW_PREFIX/opt/homeshick/homeshick.sh"` in your $HOME/.bashrc |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | homeshick |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
homeshick 2.0.1-1.6
Dotfile synchronizer based on Git and Bash
https://github.com/andsens/homeshick
sudo zypper install homeshicksource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.