Releases: Justintime50/dots
Releases · Justintime50/dots
v0.7.0
- Code refactor cutting out redundant validation checks, making error handling modular, and properly exiting Dots when an error occurs
- We now properly initialize Dots when running the standalone
dots_source
function - Cleaned up
dots
namespace by prepending internal helper functions with an underscore (those functions that aren't intended to be used by users. This should assist with autocorrect)
v0.6.1
v0.6.0
- Swaps the order in
dots_sync
topull
first andpush
second instead of the previous order which was reversed - Rebasing is now the
git pull
strategy for Dots - Swaps the location of the
shell
anddots version
in the shell initialization message
v0.5.2
- Fixes odd indentation errors
v0.5.1
- Shuffled messages around and added more for better feedback to the user
v0.5.0
- Made showing the Dots message on shell start optional (default: true)
dots_sync
now attempts to push before pulling, if you cannot reliably sync dotfiles due to conflicts, you can run the intermediate manual steps (push/pull, etc) first- Added the Dots version number to the init message
- Clarified documentation
v0.4.1
- Shifted remote status update to new
dots_status
function as it was unintentionally left behind
v0.4.0
- Adds
dots_status
function to get the status of the dotfiles
v0.3.0
v0.2.0
- Added installation script to assist with getting started with Dots
- Changed
dots_bounce
todots_source
to source the shell - Removes the cloning functionality as it will never be used
- Various code refactors
- Updated documentation surrounding installation