Drew DeVault 12/30/2019

Managing my dotfiles as a git repository

Read Original

The article details a developer's personal method for managing dotfiles (user configuration files) by making his entire $HOME directory a git repository. He uses a single-line .gitignore to ignore all files by default, then forces Git to track specific config files. He also explains setup on new machines, using $HOME as a prefix for binaries and scripts, and handling host-specific configurations for different computers and architectures.

Managing my dotfiles as a git repository

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes