Skip to content

shiftgeist/horiceon

Repository files navigation

horiceon

GitHub contributors issues

Idea

Origin: https://news.ycombinator.com/item?id=11071754

Setup

You can replicate your home directory on a new machine using the following command:

Option A: Clean Home Directory

git clone --separate-git-dir=~/.dotfiles git@github.com:shiftgeist/horiceon.git ~

Option B

git clone --separate-git-dir=$HOME/.dotfiles git@github.com:shiftgeist/horiceon.git $HOME/dotfiles-tmp
rm -r ~/dotfiles-tmp/
alias horiceon="/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME"
horiceon checkout -- . # get the actual files

Tool Setup

source ~/.zshrc
apt-setup
brew-recover
mise up

# For WSL
windows-sync

Usage

horiceon $GIT_COMMAND

Git Commits

About

Personal dotfiles stored with bare Git

Topics

Resources

License

Stars

Watchers

Forks

Contributors