File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ homebrew_cask_accept_external_apps: true
99
1010# Development setup configuration.
1111configure_development_setup : true
12- git_user_name : " " # Set your git user name here
1312przm_repo : https://github.com/goprzm/przm.git
1413przm_repo_version : master
1514open_vscode_after_clone : true
Original file line number Diff line number Diff line change 33 hosts : all
44
55 vars_prompt :
6+ - name : git_user_name
7+ prompt : " Enter your full name"
8+ private : false
9+
610 - name : work_email
7- prompt : " Enter your work email (@goprzm.com) "
11+ prompt : " Enter your work email"
812 private : false
913
1014 vars_files :
Original file line number Diff line number Diff line change 1616 name : user.name
1717 scope : global
1818 value : " {{ git_user_name }}"
19- when : git_user_name is defined and git_user_name | length > 0
2019
2120- name : Check GitHub CLI authentication status.
2221 command : gh auth status
You can’t perform that action at this time.
0 commit comments