feat: add bashrc
This commit is contained in:
		
							parent
							
								
									bd95e20f09
								
							
						
					
					
						commit
						f5e18349a7
					
				
							
								
								
									
										12
									
								
								home/.bashrc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								home/.bashrc
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,12 @@
 | 
			
		||||
# Init Starship
 | 
			
		||||
eval "$(starship init bash)"
 | 
			
		||||
 | 
			
		||||
# History
 | 
			
		||||
setopt share_history
 | 
			
		||||
HISTSIZE=100000
 | 
			
		||||
SAVEHIST=100000
 | 
			
		||||
 | 
			
		||||
# Homeshick for configs
 | 
			
		||||
source $HOME/.homesick/repos/homeshick/homeshick.sh
 | 
			
		||||
source $HOME/.homesick/repos/homeshick/completions/homeshick-completion.bash
 | 
			
		||||
homeshick pull
 | 
			
		||||
							
								
								
									
										4
									
								
								init.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								init.sh
									
									
									
									
									
								
							@ -18,9 +18,9 @@ git clone https://github.com/andsens/homeshick.git "$HOME/.homesick/repos/homesh
 | 
			
		||||
source "$HOME/.homesick/repos/homeshick/homeshick.sh"
 | 
			
		||||
 | 
			
		||||
## clone home, then set it to ssh afterwards
 | 
			
		||||
## This means we need our keys before we can make further actions
 | 
			
		||||
## This means we need our keys before we can make further actions - disable the ssh behavior for now
 | 
			
		||||
homeshick --batch clone https://stash.firekitten.net/kford/dotfiles.git
 | 
			
		||||
git -C "$HOME/.homesick/repos/dotfiles" remote set-url origin git@stash.firekitten.net:kford/dotfiles
 | 
			
		||||
## git -C "$HOME/.homesick/repos/dotfiles" remote set-url origin git@stash.firekitten.net:kford/dotfiles
 | 
			
		||||
 | 
			
		||||
## Link everything
 | 
			
		||||
homeshick link --force
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user