9 lines
		
	
	
	
		
			187 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			187 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/usr/bin/env zsh
 | |
| 
 | |
| 
 | |
| # install custom bin/ executables to $HOME/bin
 | |
| source $HOME/pc_settings/bins/setup_bins.sh
 | |
| 
 | |
| 
 | |
| # symlink config files
 | |
| source $HOME/pc_settings/configs/setup_configs.sh
 |