Update .local/share/chezmoi/home/.chezmoi.yaml.tmpl, .local/share/chezmoi/home/private_dot_config/ghorg/conf.yaml.tmpl
Deleted .local/share/chezmoi/home/dot_local/.config/symlink_taskfiles
This commit is contained in:
parent
64e78947f5
commit
46634af240
3 changed files with 3 additions and 5 deletions
|
@ -203,6 +203,7 @@ data:
|
|||
githubUsername: "{{ $githubUsername }}"
|
||||
locale: "{{ $locale }}"
|
||||
timezone: "{{ $timezone }}"
|
||||
holdSudoPrivileges: true
|
||||
CLOUDFLARE_USERNAME: "{{ $cloudflareUsername }}"
|
||||
CLOUDFLARE_ACCESS_KEY_ID: "{{ $cloudflareAccessKeyId }}"
|
||||
CLOUDFLARE_SECRET_ACCESS_KEY: "{{ $cloudflareSecretAccessKey }}"
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
{{- if true -}}
|
||||
{{ .chezmoi.homeDir }}.local/src/shared-common/common/.config/taskfiles
|
||||
{{- end -}}
|
|
@ -24,7 +24,7 @@ GHORG_ABSOLUTE_PATH_TO_CLONE_TO: /srv/repos
|
|||
# See https://github.com/gabrie30/ghorg#changing-clone-directories for example
|
||||
# default: org/user you are cloning, e.g. 'ghorg clone kubernetes' would create a kubernetes directory inside your ghorg directory
|
||||
# flag (--output-dir) eg: --output-dir=testing
|
||||
GHORG_OUTPUT_DIR: megabyte-labs
|
||||
# GHORG_OUTPUT_DIR:
|
||||
|
||||
# Type of entity to clone (user or org)
|
||||
# flag (--clone-type, -c) eg: --clone-type=user
|
||||
|
@ -161,7 +161,7 @@ GHORG_GITLAB_TOKEN: {{ .user.GITLAB_READ_TOKEN }}
|
|||
|
||||
# clones repos in a directory structure that matches gitlab namespaces eg company/unit/subunit/app would clone into ghorg/org/unit/subunit/app
|
||||
# flag (--preserve-dir)
|
||||
GHORG_PRESERVE_DIRECTORY_STRUCTURE: false
|
||||
GHORG_PRESERVE_DIRECTORY_STRUCTURE: true
|
||||
|
||||
# Skip TLS certificate verification for hosted gitlab instances
|
||||
# flag (--insecure-gitlab-client)
|
||||
|
|
Loading…
Reference in a new issue