Simple dotfiles helper.
- It makes ~/dotfiles directory,
- It moves
attach
ed files into ~/dotfiles/ - It makes symbolic links for the moved files onto original locations.
- And, You can manage the files in ~/dotfiles using GIT manually.
- Already managed dotfiles can be
detach
ed. - Non-managed dotfiles can be
attach
ed. recover
recovers only symbolic links which is not yet exists.- Not yet nice status-output.
- Only for dotfiles on ~/ directory.
$ python dotpy.py
usage: dotpy [-h] {status,attach,detach,recover} ...
dotfiles helper
optional arguments:
-h, --help show this help message and exit
Commands:
{status,attach,detach,recover}
status show dotfiles
attach attach dotfiles to manage
detach detach dotfiles managing
recover recover missing symlinks