(no title)
bminusl | 4 years ago
The trick is to use the combination of --git-dir and --work-tree git options. An alias can be defined to simplify the process: `alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'`.
`dotfiles` can be used as you would use `git`, e.g.:
- `dotfiles add <file>`
- `dotfiles commit [options]`
No comments yet.