homely
homely copied to clipboard
Python-based dotfiles management.
Work out what content I want to link to, then submit a link to /r/dotfiles
Give this another go.
E.g. homely.io
For users of vim-plug: * possibly opens a tmux window and runs vim/neovim +PlugUpdate and +PlugClean * Otherwise installs the shell aliases that do an update on launch * Can...
pipinstall() should auto-clean the packages that it installed and that the user no longer wants. No more, no less. There are two issues with the current cleanup code: * It...
Traceback: [Mon Apr 24 09:32:59 2017] Cleaning: Remove package ripgrep [Mon Apr 24 09:32:59 2017] - $ brew uninstall ripgrep [Mon Apr 24 09:33:00 2017] &> Uninstalling /usr/local/Cellar/ripgrep/0.5.1... (10 files,...
`pip3 install homely --user && homely add ...` is too hard, especially if pip3/python3 aren't already installed. * Getting homely into the main brew/yum/apt repos might help. If we do...
* [x] Allow `yum=False` to indicate that `installpkg()` shouldn't attempt to install the thing using that particular package manager * [ ] Should be asking the package manager directly if...
* [ ] finish off unfinished things in the `doc`/`doc.WIP` branches * [ ] rename `doc` branch to `documentation.latest`, make sure readthedocs.io build /latest from this branch * [ ]...