557 B
557 B
Installation
The ol' wget-bash. This will end up creating a ~/.git_home directory, and should print and abort if there are conflicting files.
wget -O - https://gitlab.maxregan.me/max/configs/-/raw/master/.mgr_config/install.sh 2> /dev/null | bash
or, if you prefer to curl-bash
curl https://gitlab.maxregan.me/max/configs/-/raw/master/.mgr_config/install.sh | bash
Usage
git-home is the magic command that will use the home directory as the worktree and ~/.git_home as the git directory.