chore(setup): simplify dos2unix command for all files
This commit is contained in:
		
							
								
								
									
										4
									
								
								setup
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								setup
									
									
									
									
									
								
							| @ -5,9 +5,7 @@ set -e | ||||
| echo "[+] Cloning submodules..." | ||||
| git submodule update --init --recursive | ||||
|  | ||||
| find ./.config/tmux/plugins -type d -name '.git*' -prune -o -type f -print0 | xargs -0 dos2unix | ||||
| find ./.config/zsh/plugins -type d -name '.git*' -prune -o -type f -print0 | xargs -0 dos2unix | ||||
| find ./.config/zsh/themes -type d -name '.git*' -prune -o -type f -print0 | xargs -0 dos2unix | ||||
| find . -type d -name '.git*' -prune -o -type f -print0 | xargs -0 dos2unix | ||||
|  | ||||
| echo "[+] Creating Gitconfigs..." | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user