shiftgeist / horiceon

Personal dotfiles stored with bare Git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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

# Without a clean home directory
git clone --separate-git-dir=$HOME/.dotfiles git@github.com:shiftgeist/horiceon.git $HOME/dotfiles-tmp
cp ~/dotfiles-tmp/.gitmodules ~  # If you use Git submodules
rm -r ~/dotfiles-tmp/
alias horiceon="/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME"

Usage

horiceon $GIT_COMMAND

Git Commits

About

Personal dotfiles stored with bare Git

License:Apache License 2.0


Languages

Language:Shell 71.3%Language:TypeScript 18.4%Language:JavaScript 5.3%Language:AutoHotkey 2.8%Language:CSS 2.1%