mirror of
				https://github.com/mitchell/dotfiles.git
				synced 2025-11-03 21:25:26 +00:00 
			
		
		
		
	Modify ssh-agent startup and sync script call in provision_linux
This commit is contained in:
		
							parent
							
								
									9ccb100294
								
							
						
					
					
						commit
						d7ed169b96
					
				| 
						 | 
					@ -1,3 +1,5 @@
 | 
				
			||||||
function ssh_agent_startup -d 'Start ssh agent and set env vars'
 | 
					function ssh_agent_startup -d 'Start ssh agent and set env vars'
 | 
				
			||||||
 | 
					    if test -z "$SSH_AUTH_SOCK"; or test -z "$SSH_AGENT_PID"
 | 
				
			||||||
        eval (ssh-agent -c) >/dev/null 2>&1
 | 
					        eval (ssh-agent -c) >/dev/null 2>&1
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
 | 
					end
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -48,7 +48,7 @@ function provision_terminal_env -d 'Install base terminal utilities and sync con
 | 
				
			||||||
    sudo chsh -s /usr/bin/fish m
 | 
					    sudo chsh -s /usr/bin/fish m
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    log 'Running sync script'
 | 
					    log 'Running sync script'
 | 
				
			||||||
    ./sync
 | 
					    ./sync --desktop
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    log 'Installing asdf-vm'
 | 
					    log 'Installing asdf-vm'
 | 
				
			||||||
    git clone https://github.com/asdf-vm/asdf.git ~/.asdf
 | 
					    git clone https://github.com/asdf-vm/asdf.git ~/.asdf
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue