Skip to content

v1.3.1

Latest
Compare
Choose a tag to compare
@Justintime50 Justintime50 released this 10 Jan 22:56
· 1 commit to main since this release
  • Makes various changes to how Dotfiles are sourced providing a vastly improved experience, ensuring that Dotfiles are fetched on every shell but without requiring the user to wait for that lengthy process
    • Use git fetch instead of git remote update to cut down on checked branches
    • Only recurse through submodules if changed, on-demand
    • Removed the temp dots timestamp file and concept added in v1.2.1 which was prone to failure due to VS Code (closes #9)
    • Run git fetch in a suppressed subshell, allowing for shells to startup fast without waiting for that process to finalize. This ensures that every subsequent shell will show the dotfiles status if it differs