I want to manage dotfiles with homesick even on Windows! I introduced the dotfiles management made in Ruby in the article, but I introduced it because the Python dotfiles package was more convenient.
What is good is
That's right.
Usage is as described at https://pypi.python.org/pypi/dotfiles, run pip install dotfiles
(with virutalenv if you like) to install, then ~ / Dotfiles (C: for Windows) Clone the repository from github to \ Users \ kounoike \ Dotfiles), dotfiles --sync
, dotfiles --add .dotfile
your favorite .dotfile, and in Dotfiles, git add Dotfile
and push.
Ah, the explanation is complicated because it's time and time ... but it's convenient and easy.
Recommended Posts