Git repo with files from multiple directories (dotfiles syncing) -


I would like to make a repo with my dotfile and some other files, which I would like to sync in many machines. Files spread across multiple directories (not only ~ home directories)

Can keep track of files in many directories, which are not for subdirectories where .git / Is stored?

I have come to the best solution now to create a script to copy a dotfile into a single directory where GIT is init in the repo.

What people usually do, there is a git repo, say ~ /. Dotfiles and then use symbolic links from the directory where the dot file should be.

Look for more inspiration.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -