homely icon indicating copy to clipboard operation
homely copied to clipboard

Python-based dotfiles management.

Results 37 homely issues
Sort by recently updated
recently updated
newest added

* Put a "last modified" date on facts so that we can garbage collect them later

enhancement

* Decide on whether to use my personal twitter account or make a new account (e.g. @homelydotfiles) just for this project. * Pick a hashtag * Modify the publish.sh script...

[Tue Apr 11 10:45:32 2017] Cleaning: Remove package ctags [Tue Apr 11 10:45:32 2017] - $ sudo yum erase ctags --assumeyes [Tue Apr 11 10:45:32 2017] &> Loaded plugins: fastestmirror...

bug
help wanted

This allows a user to check for updates to 3rd-party utilities less frequently (e.g. monthly) while still getting updates to their own dotfiles daily.

enhancement
help wanted

pipinstall always uses `--user` which won't work with a virtualenv. Getting pipinstall to behave nicely when `--user` is non-trivial.

enhancement
help wanted

This will allow users to decide what they do or don't want cleaned, and also makes it clearer which things are self-cleaning.

enhancement
help wanted

Requires #16. A helper that looks like `InstallHelpers('phodge/homely-vim-helpers')`. This tells homely to immediately download that repo of helpers and update to the latest version. Some conventions for a Helper Library:...

enhancement

As a homely user, being on the bleeding edge of everything is important. This includes homely itself, where I want to be able to use all the latest features in...

enhancement

This function should support `stdout=True`/`stderr=True` and return the streams as strings in the return value. The underlying `run()` function already supports this so it should be easy to do. *...

enhancement
help wanted