modify readme.md add submodule config
This commit is contained in:
		
							
								
								
									
										15
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								README.md
									
									
									
									
									
								
							@@ -3,3 +3,18 @@
 | 
				
			|||||||
cd <ansible_remote_folder>
 | 
					cd <ansible_remote_folder>
 | 
				
			||||||
git submodule add <repository_url> roles/oh-my-zsh
 | 
					git submodule add <repository_url> roles/oh-my-zsh
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# How to use it in playbook
 | 
				
			||||||
 | 
					``` yaml
 | 
				
			||||||
 | 
					- hosts: localhost
 | 
				
			||||||
 | 
					  become: true
 | 
				
			||||||
 | 
					  roles:
 | 
				
			||||||
 | 
					    - role: oh-my-zsh
 | 
				
			||||||
 | 
					      template: powerlevel10k
 | 
				
			||||||
 | 
					      plugins:
 | 
				
			||||||
 | 
					        - zsh-syntax-highlighting
 | 
				
			||||||
 | 
					        - zsh-autosuggestions
 | 
				
			||||||
 | 
					      users:
 | 
				
			||||||
 | 
					        - me
 | 
				
			||||||
 | 
					        - root
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
		Reference in New Issue
	
	Block a user