https://github.com/h0tw1r3/dtf
Elegantly manage home directory dotfiles with the power of git version control
https://github.com/h0tw1r3/dtf
bash cli dotfiles git home
Last synced: 6 months ago
JSON representation
Elegantly manage home directory dotfiles with the power of git version control
- Host: GitHub
- URL: https://github.com/h0tw1r3/dtf
- Owner: h0tw1r3
- License: mit
- Created: 2021-08-26T18:44:27.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T17:20:30.000Z (about 2 years ago)
- Last Synced: 2025-02-01T00:11:54.731Z (over 1 year ago)
- Topics: bash, cli, dotfiles, git, home
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dtf
home directory management with git
## Quick Start
1. Create a public or private git repo and export `DTF_REPO` with the URL.
export DTF_REPO="https://github.com/h0tw1r3/dtf_example.git"
2. Source the latest version of supported for your shell.
_Currently only bash is supported._
source /dev/stdin <<< "$(curl -Ls https://github.com/h0tw1r3/dtf/raw/main/.bash_dtf)"
3. Watch the magic! __Careful, files in your `DTF_REPO` will overwrite
any existing files in your home directory!__
dtf status