Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 839 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 839 Bytes

My config files for linux command line applications. Managed with dotbot.

Basic dotbot usage

Move your dotfiles to the dotfiles directory, then edit install.yaml.conf to specify where each file should be symlinked to. Finally, execute the install script: ./install.

Submodules

As explained in the blog post, you can pull in other repos as submodules to automate your dependency management. For example, dotbot manages itself as a submodule here. To update them to their latest published version, run git submodule update --remote. (Note: this command could be added to the install script if desired, but I prefer to leave it as a manual update to avoid unexpected changes.)