mirror of
				https://tildegit.org/ben/dotfiles.git
				synced 2025-08-10 05:02:03 +00:00 
			
		
		
		
	fix makefile to install everything in one go
This commit is contained in:
		
							parent
							
								
									b7fcdf410b
								
							
						
					
					
						commit
						23126d3da1
					
				
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@ -47,7 +47,7 @@ byobu:
 | 
			
		||||
	@printf "$(YELLOW)--- byobu ----------------------------------------------\n$(RESET)"
 | 
			
		||||
	stow -t "$$HOME" byobu
 | 
			
		||||
 | 
			
		||||
fish:
 | 
			
		||||
fish: fzf
 | 
			
		||||
	@printf "$(YELLOW)--- fish -----------------------------------------------\n$(RESET)"
 | 
			
		||||
	stow -t "$$HOME" fish
 | 
			
		||||
 | 
			
		||||
@ -55,7 +55,7 @@ fzf:
 | 
			
		||||
	@printf "$(YELLOW)--- fzf ------------------------------------------------\n$(RESET)"
 | 
			
		||||
	git submodule update --init -- fzf/.fzf
 | 
			
		||||
	stow -t "$$HOME" fzf
 | 
			
		||||
	~/.fzf/install
 | 
			
		||||
	~/.fzf/install --no-bash --no-zsh --no-completion --no-update-rc --key-bindings --64
 | 
			
		||||
 | 
			
		||||
git:
 | 
			
		||||
	@printf "$(YELLOW)--- git ------------------------------------------------\n$(RESET)"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user