Metadata-Version: 1.1
Name: donut
Version: 0.2.2
Summary: Makes symlinks to dotfiles.
Home-page: https://github.com/lukeolson/donut
Author: Luke Olson
Author-email: luke.olson@gmail.com
License: MIT
Description: # donut
        
        The purpose of this script is to update dot files somewhere.  It works in the
        following way.  Two locations are set:
        
        - `dothome`, absolute path to the set the dotfiles
        - `dotarchive`, absolute path to the dot files (usually some git archive)
        
        Then symlinks are made from dothome to dotarchive.  Simple as that.
        
        ## Installation
        
        ```
        pip install donut
        ```
        
        ## Usage
        
        ```
        donut ~ ~/repos/dotfiles
        ```
        
        ## Notes
        
        - `setup.cfg` should be a flat list of files in `dotarchive`
        - otherwise all files in `dotarchive` will be symlinked
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
