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