Skip to content

sng2c/dotpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotpy

Simple dotfiles helper.

Features

  1. It makes ~/dotfiles directory,
  2. It moves attached files into ~/dotfiles/
  3. It makes symbolic links for the moved files onto original locations.
  4. And, You can manage the files in ~/dotfiles using GIT manually.

Limited

  • Already managed dotfiles can be detached.
  • Non-managed dotfiles can be attached.
  • 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

Thanks to contributors

About

Simple dotfiles helper script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages