feat: add homli commands.

This commit is contained in:
George Papaioannou 2023-12-11 18:38:17 +02:00
parent 9c9983dba0
commit 03ef7f3f8d
3 changed files with 110 additions and 0 deletions

View file

@ -0,0 +1,6 @@
from pathlib import Path
HOME_DIRECTORY = str(Path.home())
CONFIG_FILE = '.pre-commit-config.yaml'
DEFAULT_CONFIG_FILE = HOME_DIRECTORY + '/' + CONFIG_FILE
GITHUB_DOTFILES_REPOSITORY = 'https://github.com/thehomli/dotfiles/'