|  | @@ -68,6 +68,16 @@ Profile configuration that can be set up directly within profile folders. Config
 | 
		
	
		
			
			| 68 | 68 |  - Export bookmarks and history
 | 
		
	
		
			
			| 69 | 69 |  - Bookmark tagging and import/export
 | 
		
	
		
			
			| 70 | 70 |  
 | 
		
	
		
			
			|  | 71 | +## Bootstrap
 | 
		
	
		
			
			|  | 72 | +
 | 
		
	
		
			
			|  | 73 | +```
 | 
		
	
		
			
			|  | 74 | +git init
 | 
		
	
		
			
			|  | 75 | +git config --local status.showUntrackedFiles no
 | 
		
	
		
			
			|  | 76 | +git remote add origin https://git.ashtonc.ca/ashton/firefox/
 | 
		
	
		
			
			|  | 77 | +git pull origin main
 | 
		
	
		
			
			|  | 78 | +git branch --set-upstream-to=origin/main main
 | 
		
	
		
			
			|  | 79 | +```
 | 
		
	
		
			
			|  | 80 | +
 | 
		
	
		
			
			| 71 | 81 |  ## Reference
 | 
		
	
		
			
			| 72 | 82 |  
 | 
		
	
		
			
			| 73 | 83 |  - [arkenfox](https://github.com/arkenfox/user.js)
 |