refactor: update starship.toml file path in setup.sh
This commit is contained in:
		
							
								
								
									
										5
									
								
								README.MD
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								README.MD
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| # Execute the script | ||||
|  | ||||
| ```bash | ||||
| git clone https://gitea.bramkelchtermans.be/Bram/linux-presets.git && cd linux-presets && chmod +x setup.sh && ./setup.sh | ||||
| ``` | ||||
							
								
								
									
										2
									
								
								setup.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.sh
									
									
									
									
									
								
							| @@ -31,7 +31,7 @@ configure_starship() { | ||||
|  | ||||
| # Function to overwrite starship.toml | ||||
| overwrite_starship_toml() { | ||||
|     if [ -f "./starship.toml" ]; then | ||||
|     if [ -f "./terminal/starship.toml" ]; then | ||||
|         echo "Overwriting starship.toml..." | ||||
|         mkdir -p ~/.config/starship | ||||
|         cp ./terminal/starship.toml ~/.config/starship/starship.toml | ||||
|   | ||||
		Reference in New Issue
	
	Block a user