chore: rename default config and update install script
This commit is contained in:
		
							
								
								
									
										2
									
								
								.gitconfig.d/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitconfig.d/.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -1,3 +1,3 @@ | ||||
| /* | ||||
| !.gitignore | ||||
| !default.gitconfig | ||||
| !example.gitconfig | ||||
| @ -1,7 +1,7 @@ | ||||
| [user] | ||||
| 	email = constantin@simonis.lol | ||||
| 	name = Constantin Simonis | ||||
| 	signingkey = A026249FD78E71CBBBE8FBEA3878FF77C24AF4D2 | ||||
| 	email = user@mail | ||||
| 	name = John Doe | ||||
| 	signingkey = 1234 | ||||
| [credential] | ||||
| 	helper = store | ||||
| [push] | ||||
							
								
								
									
										6
									
								
								install
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								install
									
									
									
									
									
								
							| @ -5,18 +5,18 @@ set -e | ||||
| echo | ||||
| echo "[+] Updating System Packages..." | ||||
| echo | ||||
| apt update -qq | ||||
| sudo apt update -qq | ||||
|  | ||||
| echo | ||||
| echo "[+] Installing Dependencies..." | ||||
| echo | ||||
| apt install -yqq \ | ||||
| sudo apt install -yqq \ | ||||
|     zsh \ | ||||
|     curl \ | ||||
|     exa \ | ||||
|     direnv \ | ||||
|     bat \ | ||||
|     btop  | ||||
|     btop | ||||
|  | ||||
| echo | ||||
| echo "[+] Installing Oh My Zsh..." | ||||
|  | ||||
		Reference in New Issue
	
	Block a user