JasonYao / DEPRECATED-dotfiles

Dotfiles to run upon a clean install of a system
GNU General Public License v3.0
1 stars 1 forks source link

Create Dotfiles CLI #23

Closed JasonYao closed 7 years ago

JasonYao commented 7 years ago

End user use case should be able to run the following commands globally:

dot dot help dot -h Displays a help menu showing the available commands

dot update Updates the dotfiles to the latest version

dot upgrade Upgrades the dotfiles to the latest version

dot -v dot version Displays the dotfiles version

JasonYao commented 7 years ago

You could even abstract this out to an interface that needs to be implemented, and make dot a generic tool that takes a git remote URL on the first launch.

JasonYao commented 7 years ago

Currently abstracted out to midot, but since the upgrade/uninstall scripts are in the private bin in the path, it's possible to just upgrade the dotfiles via upgrade globally.