My younger self didn't know that creating repos to house your configuration was a known pattern! Hence the unweildy name, pc_settings. This change was a long time coming.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			189 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			189 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/usr/bin/env zsh
 | 
						|
 | 
						|
 | 
						|
# install custom bin/ executables to $HOME/bin
 | 
						|
source "${HOME}/dotfiles/bins/setup_bins.sh"
 | 
						|
 | 
						|
 | 
						|
# symlink config files
 | 
						|
source "${HOME}/dotfiles/configs/setup_configs.sh"
 |