Problem
Since dotfiles v1.2.4, the git repository URL is validated using a regex. In my company's Bitbucket setup, the user repository URLs always include a tilde (~) sign, e. g. like that:
ssh://git@bitbucket.mycompany.org:7999/~myusername/example-repository.git
The tilde is not allowed in the regex, rendering the dotfiles plugin v1.2.4 and newer useless for us.
Proposed solution
The validation regex should be changed to allow using "~".