feat: allow the remote dotfiles to be fetched from a branch.

This commit is contained in:
shamangeorge 2021-05-20 19:46:23 +03:00
parent 5660da7d32
commit ae8f42e6ac
2 changed files with 3 additions and 1 deletions

View file

@ -4,3 +4,4 @@ HOME_DIRECTORY = str(Path.home())
CONFIG_FILE = '.pre-commit-config.yaml'
DEFAULT_CONFIG_FILE = HOME_DIRECTORY + '/' + CONFIG_FILE
GITHUB_DOTFILES_REPOSITORY = 'https://github.com/avlos/dotfiles/'
GITHUB_DOTFILES_REPOSITORY_BRANCH = 'some_branch_to_get_from_command_flag_for_development'