feat: move bash config to config.d
This commit is contained in:
		
							
								
								
									
										9
									
								
								config.d/bash.bash
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								config.d/bash.bash
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
# Configuration BASH
 | 
			
		||||
 | 
			
		||||
if [[ ! -d ~/.bash ]]
 | 
			
		||||
then
 | 
			
		||||
    git clone --recursive https://github.com/xlogerais/config-bash.git ~/.bash
 | 
			
		||||
    bash ~/.bash/create-links.bash
 | 
			
		||||
fi
 | 
			
		||||
		Reference in New Issue
	
	Block a user