9 lines
		
	
	
	
		
			221 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			221 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/usr/bin/env sh
 | |
| 
 | |
| echo "Updating push-url to use ssh"
 | |
| yadm remote set-url --push origin "git@git.serguzim.me:serguzim/.dotfiles.git"
 | |
| 
 | |
| echo "Autoinstall base"
 | |
| autoinstall base
 | |
| 
 | |
| echo "Don't forget to decrypt yadm secrets"
 |